#96BAC6

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

Shades of Botticelli #96BAC6

Tints of Botticelli #96BAC6

Color information

#96BAC6 (or 0x96BAC6) is unknown color: approx Botticelli. HEX triplet: 96, BA and C6. RGB value is (150,186,198). Sum of RGB (Red+Green+Blue) = 150+186+198=534 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.09% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 198 (77.73% from 255 or 37.08% from 534); Max value from RGB is 198 - color contains mainly: blue. Hex color #96BAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BAC6 is #694539. Grayscale: #B0B0B0. Windows color (decimal): -6899002 or 13023894. OLE color: 13023894.

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

Color convert

RGB150186198-
CMYK0.240.0600.22
HSL195º29.63%68.24%-
HSV(B)195º24.24%77.65%-
XYZ40.3345.6860.12-
YUV176.6140.07109.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.09%
GREEN value IS 186 (73.05% from 255) = 34.83%
BLUE value IS 198 (77.73% from 255) = 37.08%
R=28.09%
G=34.83%
B=37.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1501861980.240.0600.2219529.6368.24
Hex96BAC6186016c31e44
Octal22627230630602630336104
Binary1001011010111010110001101100011001011011000011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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