#96BBBF

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

Shades of Botticelli #96BBBF

Tints of Botticelli #96BBBF

Color information

#96BBBF (or 0x96BBBF) is unknown color: approx Botticelli. HEX triplet: 96, BB and BF. RGB value is (150,187,191). Sum of RGB (Red+Green+Blue) = 150+187+191=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 191 - color contains mainly: blue. Hex color #96BBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BBBF is #694440. Grayscale: #B0B0B0. Windows color (decimal): -6898753 or 12565398. OLE color: 12565398.

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

Color convert

RGB150187191-
CMYK0.210.0200.25
HSL185.85º24.26%66.86%-
HSV(B)185.85º21.47%74.9%-
XYZ39.7545.7956.03-
YUV176.39136.24109.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.41%
GREEN value IS 187 (73.44% from 255) = 35.42%
BLUE value IS 191 (75% from 255) = 36.17%
R=28.41%
G=35.42%
B=36.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501871910.210.0200.25185.8524.2666.86
Hex96BBBF152019ba1843
Octal22627327725203127230103
Binary100101101011101110111111101011001100110111010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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