#96BAC3

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

Shades of Botticelli #96BAC3

Tints of Botticelli #96BAC3

Color information

#96BAC3 (or 0x96BAC3) is unknown color: approx Botticelli. HEX triplet: 96, BA and C3. RGB value is (150,186,195). Sum of RGB (Red+Green+Blue) = 150+186+195=531 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.25% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 195 (76.56% from 255 or 36.72% from 531); Max value from RGB is 195 - color contains mainly: blue. Hex color #96BAC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BAC3 is #69453C. Grayscale: #B0B0B0. Windows color (decimal): -6899005 or 12827286. OLE color: 12827286.

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

Color convert

RGB150186195-
CMYK0.230.0500.24
HSL192º27.27%67.65%-
HSV(B)192º23.08%76.47%-
XYZ39.9945.5458.31-
YUV176.26138.57109.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.25%
GREEN value IS 186 (73.05% from 255) = 35.03%
BLUE value IS 195 (76.56% from 255) = 36.72%
R=28.25%
G=35.03%
B=36.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501861950.230.0500.2419227.2767.65
Hex96BAC3175018c01b44
Octal22627230327503030033104
Binary1001011010111010110000111011110101100011000000110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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