#96B7BF

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

Shades of Botticelli #96B7BF

Tints of Botticelli #96B7BF

Color information

#96B7BF (or 0x96B7BF) is unknown color: approx Botticelli. HEX triplet: 96, B7 and BF. RGB value is (150,183,191). Sum of RGB (Red+Green+Blue) = 150+183+191=524 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.63% from 524); Green value is 183 (71.88% from 255 or 34.92% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 191 - color contains mainly: blue. Hex color #96B7BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B7BF is #694840. Grayscale: #ADADAD. Windows color (decimal): -6899777 or 12564374. OLE color: 12564374.

HSL color Cylindrical-coordinate representation of color #96B7BF: hue angle of 191.71º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96B7BF is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB150183191-
CMYK0.210.0400.25
HSL191.71º24.26%66.86%-
HSV(B)191.71º21.47%74.9%-
XYZ38.9244.1155.75-
YUV174.04137.57110.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.63%
GREEN value IS 183 (71.88% from 255) = 34.92%
BLUE value IS 191 (75% from 255) = 36.45%
R=28.63%
G=34.92%
B=36.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501831910.210.0400.25191.7124.2666.86
Hex96B7BF154019c01843
Octal22626727725403130030103
Binary1001011010110111101111111010110001100111000000110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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