Shades of Botticelli #99B4BA
Tints of Botticelli #99B4BA
RGB
CMYK
RGB Variations
Color information
#99B4BA (or 0x99B4BA) is known color: Botticelli. HEX triplet: 99, B4 and BA. RGB value is (153,180,186). Sum of RGB (Red+Green+Blue) = 153+180+186=519 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.48% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 186 - color contains mainly: blue. Hex color #99B4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B4BA is #664B45. Grayscale: #ACACAC. Windows color (decimal): -6703942 or 12235929. OLE color: 12235929.
HSL color Cylindrical-coordinate representation of color #99B4BA: hue angle of 190.91º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99B4BA is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 180 | 186 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.27 |
| HSL | 190.91º | 0.19% | 0.66% | - |
| HSV(B) | 190.91º | 0.18% | 0.73% | - |
| XYZ | 38.32 | 42.96 | 52.73 | - |
| YUV | 172.61 | 135.55 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 180 | 186 | 0.18 | 0.03 | 0 | 0.27 | 190.91 | 0.19 | 0.66 |
| Hex | 99 | B4 | BA | 12 | 3 | 0 | 1B | BF | 13 | 42 |
| Octal | 231 | 264 | 272 | 22 | 3 | 0 | 33 | 277 | 23 | 102 |
| Binary | 10011001 | 10110100 | 10111010 | 10010 | 11 | 0 | 11011 | 10111111 | 10011 | 1000010 |
Color Harmonies of #99B4BA
Complementary color
Monochromatic Colors of #99B4BA
Black with #99B4BA
Text Example
Text Example
White with #99B4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B4BA; }
p { color: rgb(153,180,186); }
H1.HeaderClassName
{
color: #99B4BA;
}
.AnyTagClassName
{
color: #99B4BA;
}
</style>
background-color css
<style>
a { background-color: #99B4BA; }
a { background-color: rgb(153,180,186); }
div.DivClassName
{
background-color: #99B4BA;
}
.BgClassName
{
background-color: #99B4BA;
}
</style>
border-color css
<style>
span { border-color: #99B4BA; }
span { border-color: rgb(153,180,186); }
td.TdClassName
{
border-color: #99B4BA;
}
.TagClassName
{
border-color: #99B4BA;
}
</style>