#96B8C3

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

Shades of Botticelli #96B8C3

Tints of Botticelli #96B8C3

Color information

#96B8C3 (or 0x96B8C3) is unknown color: approx Botticelli. HEX triplet: 96, B8 and C3. RGB value is (150,184,195). Sum of RGB (Red+Green+Blue) = 150+184+195=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 184 (72.27% from 255 or 34.78% from 529); Blue value is 195 (76.56% from 255 or 36.86% from 529); Max value from RGB is 195 - color contains mainly: blue. Hex color #96B8C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B8C3 is #69473C. Grayscale: #AFAFAF. Windows color (decimal): -6899517 or 12826774. OLE color: 12826774.

HSL color Cylindrical-coordinate representation of color #96B8C3: hue angle of 194.67º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96B8C3 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB150184195-
CMYK0.230.0600.24
HSL194.67º27.27%67.65%-
HSV(B)194.67º23.08%76.47%-
XYZ39.5744.7158.17-
YUV175.09139.24110.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.36%
GREEN value IS 184 (72.27% from 255) = 34.78%
BLUE value IS 195 (76.56% from 255) = 36.86%
R=28.36%
G=34.78%
B=36.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501841950.230.0600.24194.6727.2767.65
Hex96B8C3176018c31b44
Octal22627030327603030333104
Binary1001011010111000110000111011111001100011000011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B8C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,184,195); }

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

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

 a { background-color: rgb(150,184,195); }

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

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

 span { border-color: rgb(150,184,195); }

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