#96B7BA

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

Shades of Botticelli #96B7BA

Tints of Botticelli #96B7BA

Color information

#96B7BA (or 0x96B7BA) is unknown color: approx Botticelli. HEX triplet: 96, B7 and BA. RGB value is (150,183,186). Sum of RGB (Red+Green+Blue) = 150+183+186=519 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.90% from 519); Green value is 183 (71.88% from 255 or 35.26% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 186 - color contains mainly: blue. Hex color #96B7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B7BA is #694845. Grayscale: #ADADAD. Windows color (decimal): -6899782 or 12236694. OLE color: 12236694.

HSL color Cylindrical-coordinate representation of color #96B7BA: hue angle of 185º 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 #96B7BA is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB150183186-
CMYK0.190.0200.27
HSL185º20.69%65.88%-
HSV(B)185º19.35%72.94%-
XYZ38.3743.952.9-
YUV173.48135.07111.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.90%
GREEN value IS 183 (71.88% from 255) = 35.26%
BLUE value IS 186 (73.05% from 255) = 35.84%
R=28.90%
G=35.26%
B=35.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501831860.190.0200.2718520.6965.88
Hex96B7BA13201Bb91542
Octal22626727223203327125102
Binary100101101011011110111010100111001101110111001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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