Shades of Botticelli #9AB3BC
Tints of Botticelli #9AB3BC
RGB
CMYK
RGB Variations
Color information
#9AB3BC (or 0x9AB3BC) is known color: Botticelli. HEX triplet: 9A, B3 and BC. RGB value is (154,179,188). Sum of RGB (Red+Green+Blue) = 154+179+188=521 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.56% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 188 - color contains mainly: blue. Hex color #9AB3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB3BC is #654C43. Grayscale: #ACACAC. Windows color (decimal): -6638660 or 12366746. OLE color: 12366746.
HSL color Cylindrical-coordinate representation of color #9AB3BC: hue angle of 195.88º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9AB3BC is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 179 | 188 | - |
| CMYK | 0.18 | 0.05 | 0 | 0.26 |
| HSL | 195.88º | 0.2% | 0.67% | - |
| HSV(B) | 195.88º | 0.18% | 0.74% | - |
| XYZ | 38.52 | 42.74 | 53.8 | - |
| YUV | 172.55 | 136.72 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 179 | 188 | 0.18 | 0.05 | 0 | 0.26 | 195.88 | 0.2 | 0.67 |
| Hex | 9A | B3 | BC | 12 | 5 | 0 | 1A | C4 | 14 | 43 |
| Octal | 232 | 263 | 274 | 22 | 5 | 0 | 32 | 304 | 24 | 103 |
| Binary | 10011010 | 10110011 | 10111100 | 10010 | 101 | 0 | 11010 | 11000100 | 10100 | 1000011 |
Color Harmonies of #9AB3BC
Complementary color
Monochromatic Colors of #9AB3BC
Black with #9AB3BC
Text Example
Text Example
White with #9AB3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB3BC; }
p { color: rgb(154,179,188); }
H1.HeaderClassName
{
color: #9AB3BC;
}
.AnyTagClassName
{
color: #9AB3BC;
}
</style>
background-color css
<style>
a { background-color: #9AB3BC; }
a { background-color: rgb(154,179,188); }
div.DivClassName
{
background-color: #9AB3BC;
}
.BgClassName
{
background-color: #9AB3BC;
}
</style>
border-color css
<style>
span { border-color: #9AB3BC; }
span { border-color: rgb(154,179,188); }
td.TdClassName
{
border-color: #9AB3BC;
}
.TagClassName
{
border-color: #9AB3BC;
}
</style>