Shades of Botticelli #9BAFB4
Tints of Botticelli #9BAFB4
RGB
CMYK
RGB Variations
Color information
#9BAFB4 (or 0x9BAFB4) is known color: Botticelli. HEX triplet: 9B, AF and B4. RGB value is (155,175,180). Sum of RGB (Red+Green+Blue) = 155+175+180=510 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.39% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 180 (70.70% from 255 or 35.29% from 510); Max value from RGB is 180 - color contains mainly: blue. Hex color #9BAFB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAFB4 is #64504B. Grayscale: #A9A9A9. Windows color (decimal): -6574156 or 11841435. OLE color: 11841435.
HSL color Cylindrical-coordinate representation of color #9BAFB4: hue angle of 192º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9BAFB4 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 175 | 180 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.29 |
| HSL | 192º | 0.14% | 0.66% | - |
| HSV(B) | 192º | 0.14% | 0.71% | - |
| XYZ | 37.09 | 40.92 | 49.12 | - |
| YUV | 169.59 | 133.87 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 175 | 180 | 0.14 | 0.03 | 0 | 0.29 | 192 | 0.14 | 0.66 |
| Hex | 9B | AF | B4 | E | 3 | 0 | 1D | C0 | E | 42 |
| Octal | 233 | 257 | 264 | 16 | 3 | 0 | 35 | 300 | 16 | 102 |
| Binary | 10011011 | 10101111 | 10110100 | 1110 | 11 | 0 | 11101 | 11000000 | 1110 | 1000010 |
Color Harmonies of #9BAFB4
Complementary color
Monochromatic Colors of #9BAFB4
Black with #9BAFB4
Text Example
Text Example
White with #9BAFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAFB4; }
p { color: rgb(155,175,180); }
H1.HeaderClassName
{
color: #9BAFB4;
}
.AnyTagClassName
{
color: #9BAFB4;
}
</style>
background-color css
<style>
a { background-color: #9BAFB4; }
a { background-color: rgb(155,175,180); }
div.DivClassName
{
background-color: #9BAFB4;
}
.BgClassName
{
background-color: #9BAFB4;
}
</style>
border-color css
<style>
span { border-color: #9BAFB4; }
span { border-color: rgb(155,175,180); }
td.TdClassName
{
border-color: #9BAFB4;
}
.TagClassName
{
border-color: #9BAFB4;
}
</style>