#92BDC3

Color #92BDC3 Botticelli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Botticelli #92BDC3

Tints of Botticelli #92BDC3

Color information

#92BDC3 (or 0x92BDC3) is unknown color: approx Botticelli. HEX triplet: 92, BD and C3. RGB value is (146,189,195). Sum of RGB (Red+Green+Blue) = 146+189+195=530 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.55% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 195 (76.56% from 255 or 36.79% from 530); Max value from RGB is 195 - color contains mainly: blue. Hex color #92BDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BDC3 is #6D423C. Grayscale: #B0B0B0. Windows color (decimal): -7160381 or 12828050. OLE color: 12828050.

HSL color Cylindrical-coordinate representation of color #92BDC3: hue angle of 187.35º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #92BDC3 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB146189195-
CMYK0.250.0300.24
HSL187.35º28.99%66.86%-
HSV(B)187.35º25.13%76.47%-
XYZ39.946.4558.49-
YUV176.83138.25106.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 27.55%
GREEN value IS 189 (74.22% from 255) = 35.66%
BLUE value IS 195 (76.56% from 255) = 36.79%
R=27.55%
G=35.66%
B=36.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1461891950.250.0300.24187.3528.9966.86
Hex92BDC3193018bb1d43
Octal22227530331303027335103
Binary100100101011110111000011110011101100010111011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92BDC3; }

 p { color: rgb(146,189,195); }

 H1.HeaderClassName
 {
   color: #92BDC3;
 }
 .AnyTagClassName
 {
   color: #92BDC3;
 }
</style>
background-color css

<style>
 a { background-color: #92BDC3; }

 a { background-color: rgb(146,189,195); }

 div.DivClassName
 {
   background-color: #92BDC3;
 }
 .BgClassName
 {
   background-color: #92BDC3;
 }
</style>
border-color css

<style>
 span { border-color: #92BDC3; }

 span { border-color: rgb(146,189,195); }

 td.TdClassName
 {
   border-color: #92BDC3;
 }
 .TagClassName
 {
   border-color: #92BDC3;
 }
</style>