#96BBBD

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

Shades of Botticelli #96BBBD

Tints of Botticelli #96BBBD

Color information

#96BBBD (or 0x96BBBD) is unknown color: approx Botticelli. HEX triplet: 96, BB and BD. RGB value is (150,187,189). Sum of RGB (Red+Green+Blue) = 150+187+189=526 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.52% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 189 - color contains mainly: blue. Hex color #96BBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BBBD is #694442. Grayscale: #B0B0B0. Windows color (decimal): -6898755 or 12434326. OLE color: 12434326.

HSL color Cylindrical-coordinate representation of color #96BBBD: hue angle of 183.08º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96BBBD is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB150187189-
CMYK0.210.0100.26
HSL183.08º22.81%66.47%-
HSV(B)183.08º20.63%74.12%-
XYZ39.5345.754.88-
YUV176.16135.24109.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.52%
GREEN value IS 187 (73.44% from 255) = 35.55%
BLUE value IS 189 (74.22% from 255) = 35.93%
R=28.52%
G=35.55%
B=35.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1501871890.210.0100.26183.0822.8166.47
Hex96BBBD15101Ab71742
Octal22627327525103226727102
Binary10010110101110111011110110101101101010110111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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