#96AEB6

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

Shades of Botticelli #96AEB6

Tints of Botticelli #96AEB6

Color information

#96AEB6 (or 0x96AEB6) is unknown color: approx Botticelli. HEX triplet: 96, AE and B6. RGB value is (150,174,182). Sum of RGB (Red+Green+Blue) = 150+174+182=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 182 (71.48% from 255 or 35.97% from 506); Max value from RGB is 182 - color contains mainly: blue. Hex color #96AEB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AEB6 is #695149. Grayscale: #A7A7A7. Windows color (decimal): -6902090 or 11972246. OLE color: 11972246.

HSL color Cylindrical-coordinate representation of color #96AEB6: hue angle of 195º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #96AEB6 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB150174182-
CMYK0.180.0400.29
HSL195º17.98%65.1%-
HSV(B)195º17.58%71.37%-
XYZ36.1640.1350.1-
YUV167.74136.05115.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.64%
GREEN value IS 174 (68.36% from 255) = 34.39%
BLUE value IS 182 (71.48% from 255) = 35.97%
R=29.64%
G=34.39%
B=35.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1501741820.180.0400.2919517.9865.1
Hex96AEB612401Dc31241
Octal22625626622403530322101
Binary1001011010101110101101101001010001110111000011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,174,182); }

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

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

 a { background-color: rgb(150,174,182); }

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

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

 span { border-color: rgb(150,174,182); }

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