#96BEC0

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

Shades of Botticelli #96BEC0

Tints of Botticelli #96BEC0

Color information

#96BEC0 (or 0x96BEC0) is unknown color: approx Botticelli. HEX triplet: 96, BE and C0. RGB value is (150,190,192). Sum of RGB (Red+Green+Blue) = 150+190+192=532 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.20% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 192 - color contains mainly: blue. Hex color #96BEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BEC0 is #69413F. Grayscale: #B2B2B2. Windows color (decimal): -6897984 or 12631702. OLE color: 12631702.

HSL color Cylindrical-coordinate representation of color #96BEC0: hue angle of 182.86º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96BEC0 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB150190192-
CMYK0.220.0100.25
HSL182.86º25%67.06%-
HSV(B)182.86º21.88%75.29%-
XYZ40.5147.1256.83-
YUV178.27135.75107.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.20%
GREEN value IS 190 (74.61% from 255) = 35.71%
BLUE value IS 192 (75.39% from 255) = 36.09%
R=28.20%
G=35.71%
B=36.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501901920.220.0100.25182.862567.06
Hex96BEC0161019b71943
Octal22627630026103126731103
Binary10010110101111101100000010110101100110110111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,190,192); }

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

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

 a { background-color: rgb(150,190,192); }

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

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

 span { border-color: rgb(150,190,192); }

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