#96B4BF

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

Shades of Botticelli #96B4BF

Tints of Botticelli #96B4BF

Color information

#96B4BF (or 0x96B4BF) is unknown color: approx Botticelli. HEX triplet: 96, B4 and BF. RGB value is (150,180,191). Sum of RGB (Red+Green+Blue) = 150+180+191=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 191 - color contains mainly: blue. Hex color #96B4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B4BF is #694B40. Grayscale: #ACACAC. Windows color (decimal): -6900545 or 12563606. OLE color: 12563606.

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

Color convert

RGB150180191-
CMYK0.210.0600.25
HSL196.1º24.26%66.86%-
HSV(B)196.1º21.47%74.9%-
XYZ38.342.8955.55-
YUV172.28138.56112.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.79%
GREEN value IS 180 (70.70% from 255) = 34.55%
BLUE value IS 191 (75% from 255) = 36.66%
R=28.79%
G=34.55%
B=36.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501801910.210.0600.25196.124.2666.86
Hex96B4BF156019c41843
Octal22626427725603130430103
Binary1001011010110100101111111010111001100111000100110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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