#96AFB1

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

Shades of Botticelli #96AFB1

Tints of Botticelli #96AFB1

Color information

#96AFB1 (or 0x96AFB1) is unknown color: approx Botticelli. HEX triplet: 96, AF and B1. RGB value is (150,175,177). Sum of RGB (Red+Green+Blue) = 150+175+177=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 177 - color contains mainly: blue. Hex color #96AFB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AFB1 is #69504E. Grayscale: #A7A7A7. Windows color (decimal): -6901839 or 11644822. OLE color: 11644822.

HSL color Cylindrical-coordinate representation of color #96AFB1: hue angle of 184.44º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #96AFB1 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB150175177-
CMYK0.150.0100.31
HSL184.44º14.75%64.12%-
HSV(B)184.44º15.25%69.41%-
XYZ35.8440.3247.49-
YUV167.75133.22115.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.88%
GREEN value IS 175 (68.75% from 255) = 34.86%
BLUE value IS 177 (69.53% from 255) = 35.26%
R=29.88%
G=34.86%
B=35.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501751770.150.0100.31184.4414.7564.12
Hex96AFB1F101Fb8f40
Octal22625726117103727017100
Binary100101101010111110110001111110111111011100011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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