Shades of Botticelli #96AFB5
Tints of Botticelli #96AFB5
RGB
CMYK
RGB Variations
Color information
#96AFB5 (or 0x96AFB5) is known color: Botticelli. HEX triplet: 96, AF and B5. RGB value is (150,175,181). Sum of RGB (Red+Green+Blue) = 150+175+181=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 181 - color contains mainly: blue. Hex color #96AFB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AFB5 is #69504A. Grayscale: #A8A8A8. Windows color (decimal): -6901835 or 11906966. OLE color: 11906966.
HSL color Cylindrical-coordinate representation of color #96AFB5: hue angle of 191.61º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #96AFB5 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 150 | 175 | 181 | - |
CMYK | 0.17 | 0.03 | 0 | 0.29 |
HSL | 191.61º | 0.17% | 0.65% | - |
HSV(B) | 191.61º | 0.17% | 0.71% | - |
XYZ | 36.25 | 40.48 | 49.62 | - |
YUV | 168.21 | 135.22 | 115.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 150 | 175 | 181 | 0.17 | 0.03 | 0 | 0.29 | 191.61 | 0.17 | 0.65 |
Hex | 96 | AF | B5 | 11 | 3 | 0 | 1D | C0 | 11 | 41 |
Octal | 226 | 257 | 265 | 21 | 3 | 0 | 35 | 300 | 21 | 101 |
Binary | 10010110 | 10101111 | 10110101 | 10001 | 11 | 0 | 11101 | 11000000 | 10001 | 1000001 |
Color Harmonies of #96AFB5
Complementary color
Monochromatic Colors of #96AFB5
Black with #96AFB5
Text Example
Text Example
White with #96AFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AFB5; }
p { color: rgb(150,175,181); }
H1.HeaderClassName
{
color: #96AFB5;
}
.AnyTagClassName
{
color: #96AFB5;
}
</style>
background-color css
<style>
a { background-color: #96AFB5; }
a { background-color: rgb(150,175,181); }
div.DivClassName
{
background-color: #96AFB5;
}
.BgClassName
{
background-color: #96AFB5;
}
</style>
border-color css
<style>
span { border-color: #96AFB5; }
span { border-color: rgb(150,175,181); }
td.TdClassName
{
border-color: #96AFB5;
}
.TagClassName
{
border-color: #96AFB5;
}
</style>