#96B1BC

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

Shades of Botticelli #96B1BC

Tints of Botticelli #96B1BC

Color information

#96B1BC (or 0x96B1BC) is unknown color: approx Botticelli. HEX triplet: 96, B1 and BC. RGB value is (150,177,188). Sum of RGB (Red+Green+Blue) = 150+177+188=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 188 - color contains mainly: blue. Hex color #96B1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96B1BC is #694E43. Grayscale: #AAAAAA. Windows color (decimal): -6901316 or 12366230. OLE color: 12366230.

HSL color Cylindrical-coordinate representation of color #96B1BC: hue angle of 197.37º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96B1BC is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB150177188-
CMYK0.200.0600.26
HSL197.37º22.09%66.27%-
HSV(B)197.37º20.21%73.73%-
XYZ37.3841.5653.63-
YUV170.18138.05113.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.13%
GREEN value IS 177 (69.53% from 255) = 34.37%
BLUE value IS 188 (73.83% from 255) = 36.50%
R=29.13%
G=34.37%
B=36.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1501771880.200.0600.26197.3722.0966.27
Hex96B1BC14601Ac51642
Octal22626127424603230526102
Binary1001011010110001101111001010011001101011000101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,177,188); }

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

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

 a { background-color: rgb(150,177,188); }

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

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

 span { border-color: rgb(150,177,188); }

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