#96B4BB

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

Shades of Botticelli #96B4BB

Tints of Botticelli #96B4BB

Color information

#96B4BB (or 0x96B4BB) is unknown color: approx Botticelli. HEX triplet: 96, B4 and BB. RGB value is (150,180,187). Sum of RGB (Red+Green+Blue) = 150+180+187=517 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.01% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 187 - color contains mainly: blue. Hex color #96B4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B4BB is #694B44. Grayscale: #ABABAB. Windows color (decimal): -6900549 or 12301462. OLE color: 12301462.

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

Color convert

RGB150180187-
CMYK0.200.0400.27
HSL191.35º21.39%66.08%-
HSV(B)191.35º19.79%73.33%-
XYZ37.8742.7153.26-
YUV171.83136.56112.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.01%
GREEN value IS 180 (70.70% from 255) = 34.82%
BLUE value IS 187 (73.44% from 255) = 36.17%
R=29.01%
G=34.82%
B=36.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501801870.200.0400.27191.3521.3966.08
Hex96B4BB14401Bbf1542
Octal22626427324403327725102
Binary1001011010110100101110111010010001101110111111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,180,187); }

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

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

 a { background-color: rgb(150,180,187); }

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

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

 span { border-color: rgb(150,180,187); }

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