#96B5BF

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

Shades of Botticelli #96B5BF

Tints of Botticelli #96B5BF

Color information

#96B5BF (or 0x96B5BF) is unknown color: approx Botticelli. HEX triplet: 96, B5 and BF. RGB value is (150,181,191). Sum of RGB (Red+Green+Blue) = 150+181+191=522 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.74% from 522); Green value is 181 (71.09% from 255 or 34.67% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 191 - color contains mainly: blue. Hex color #96B5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B5BF is #694A40. Grayscale: #ACACAC. Windows color (decimal): -6900289 or 12563862. OLE color: 12563862.

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

Color convert

RGB150181191-
CMYK0.210.0500.25
HSL194.63º24.26%66.86%-
HSV(B)194.63º21.47%74.9%-
XYZ38.5143.2955.62-
YUV172.87138.23111.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.74%
GREEN value IS 181 (71.09% from 255) = 34.67%
BLUE value IS 191 (75% from 255) = 36.59%
R=28.74%
G=34.67%
B=36.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501811910.210.0500.25194.6324.2666.86
Hex96B5BF155019c31843
Octal22626527725503130330103
Binary1001011010110101101111111010110101100111000011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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