#96AFB7

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

Shades of Botticelli #96AFB7

Tints of Botticelli #96AFB7

Color information

#96AFB7 (or 0x96AFB7) is unknown color: approx Botticelli. HEX triplet: 96, AF and B7. RGB value is (150,175,183). Sum of RGB (Red+Green+Blue) = 150+175+183=508 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.53% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 183 (71.88% from 255 or 36.02% from 508); Max value from RGB is 183 - color contains mainly: blue. Hex color #96AFB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AFB7 is #695048. Grayscale: #A8A8A8. Windows color (decimal): -6901833 or 12038038. OLE color: 12038038.

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

Color convert

RGB150175183-
CMYK0.180.0400.28
HSL194.55º18.64%65.29%-
HSV(B)194.55º18.03%71.76%-
XYZ36.4540.5650.71-
YUV168.44136.22114.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.53%
GREEN value IS 175 (68.75% from 255) = 34.45%
BLUE value IS 183 (71.88% from 255) = 36.02%
R=29.53%
G=34.45%
B=36.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1501751830.180.0400.28194.5518.6465.29
Hex96AFB712401Cc31341
Octal22625726722403430323101
Binary1001011010101111101101111001010001110011000011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,175,183); }

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

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

 a { background-color: rgb(150,175,183); }

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

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

 span { border-color: rgb(150,175,183); }

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