#96B9BA

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

Shades of Botticelli #96B9BA

Tints of Botticelli #96B9BA

Color information

#96B9BA (or 0x96B9BA) is unknown color: approx Botticelli. HEX triplet: 96, B9 and BA. RGB value is (150,185,186). Sum of RGB (Red+Green+Blue) = 150+185+186=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 186 - color contains mainly: blue. Hex color #96B9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B9BA is #694645. Grayscale: #AEAEAE. Windows color (decimal): -6899270 or 12237206. OLE color: 12237206.

HSL color Cylindrical-coordinate representation of color #96B9BA: hue angle of 181.67º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96B9BA is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB150185186-
CMYK0.190.0100.27
HSL181.67º20.69%65.88%-
HSV(B)181.67º19.35%72.94%-
XYZ38.7944.7353.04-
YUV174.65134.4110.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.79%
GREEN value IS 185 (72.66% from 255) = 35.51%
BLUE value IS 186 (73.05% from 255) = 35.70%
R=28.79%
G=35.51%
B=35.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501851860.190.0100.27181.6720.6965.88
Hex96B9BA13101Bb61542
Octal22627127223103326625102
Binary10010110101110011011101010011101101110110110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96B9BA; }

 p { color: rgb(150,185,186); }

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

<style>
 a { background-color: #96B9BA; }

 a { background-color: rgb(150,185,186); }

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

<style>
 span { border-color: #96B9BA; }

 span { border-color: rgb(150,185,186); }

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