Shades of Botticelli #9BAFB6
Tints of Botticelli #9BAFB6
RGB
CMYK
RGB Variations
Color information
#9BAFB6 (or 0x9BAFB6) is known color: Botticelli. HEX triplet: 9B, AF and B6. RGB value is (155,175,182). Sum of RGB (Red+Green+Blue) = 155+175+182=512 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.27% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 182 (71.48% from 255 or 35.55% from 512); Max value from RGB is 182 - color contains mainly: blue. Hex color #9BAFB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAFB6 is #645049. Grayscale: #A9A9A9. Windows color (decimal): -6574154 or 11972507. OLE color: 11972507.
HSL color Cylindrical-coordinate representation of color #9BAFB6: hue angle of 195.56º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9BAFB6 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 175 | 182 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.29 |
| HSL | 195.56º | 0.16% | 0.66% | - |
| HSV(B) | 195.56º | 0.15% | 0.71% | - |
| XYZ | 37.29 | 41.01 | 50.21 | - |
| YUV | 169.82 | 134.87 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 175 | 182 | 0.15 | 0.04 | 0 | 0.29 | 195.56 | 0.16 | 0.66 |
| Hex | 9B | AF | B6 | F | 4 | 0 | 1D | C4 | 10 | 42 |
| Octal | 233 | 257 | 266 | 17 | 4 | 0 | 35 | 304 | 20 | 102 |
| Binary | 10011011 | 10101111 | 10110110 | 1111 | 100 | 0 | 11101 | 11000100 | 10000 | 1000010 |
Color Harmonies of #9BAFB6
Complementary color
Monochromatic Colors of #9BAFB6
Black with #9BAFB6
Text Example
Text Example
White with #9BAFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAFB6; }
p { color: rgb(155,175,182); }
H1.HeaderClassName
{
color: #9BAFB6;
}
.AnyTagClassName
{
color: #9BAFB6;
}
</style>
background-color css
<style>
a { background-color: #9BAFB6; }
a { background-color: rgb(155,175,182); }
div.DivClassName
{
background-color: #9BAFB6;
}
.BgClassName
{
background-color: #9BAFB6;
}
</style>
border-color css
<style>
span { border-color: #9BAFB6; }
span { border-color: rgb(155,175,182); }
td.TdClassName
{
border-color: #9BAFB6;
}
.TagClassName
{
border-color: #9BAFB6;
}
</style>