Shades of Botticelli #96AFB2
Tints of Botticelli #96AFB2
RGB
CMYK
RGB Variations
Color information
#96AFB2 (or 0x96AFB2) is known color: Botticelli. HEX triplet: 96, AF and B2. RGB value is (150,175,178). Sum of RGB (Red+Green+Blue) = 150+175+178=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 178 - color contains mainly: blue. Hex color #96AFB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AFB2 is #69504D. Grayscale: #A7A7A7. Windows color (decimal): -6901838 or 11710358. OLE color: 11710358.
HSL color Cylindrical-coordinate representation of color #96AFB2: hue angle of 186.43º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #96AFB2 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 150 | 175 | 178 | - |
CMYK | 0.16 | 0.02 | 0 | 0.30 |
HSL | 186.43º | 0.15% | 0.64% | - |
HSV(B) | 186.43º | 0.16% | 0.7% | - |
XYZ | 35.94 | 40.36 | 48.01 | - |
YUV | 167.87 | 133.72 | 115.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 150 | 175 | 178 | 0.16 | 0.02 | 0 | 0.30 | 186.43 | 0.15 | 0.64 |
Hex | 96 | AF | B2 | 10 | 2 | 0 | 1E | BA | F | 40 |
Octal | 226 | 257 | 262 | 20 | 2 | 0 | 36 | 272 | 17 | 100 |
Binary | 10010110 | 10101111 | 10110010 | 10000 | 10 | 0 | 11110 | 10111010 | 1111 | 1000000 |
Color Harmonies of #96AFB2
Complementary color
Monochromatic Colors of #96AFB2
Black with #96AFB2
Text Example
Text Example
White with #96AFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AFB2; }
p { color: rgb(150,175,178); }
H1.HeaderClassName
{
color: #96AFB2;
}
.AnyTagClassName
{
color: #96AFB2;
}
</style>
background-color css
<style>
a { background-color: #96AFB2; }
a { background-color: rgb(150,175,178); }
div.DivClassName
{
background-color: #96AFB2;
}
.BgClassName
{
background-color: #96AFB2;
}
</style>
border-color css
<style>
span { border-color: #96AFB2; }
span { border-color: rgb(150,175,178); }
td.TdClassName
{
border-color: #96AFB2;
}
.TagClassName
{
border-color: #96AFB2;
}
</style>