Shades of Botticelli #99B2BC
Tints of Botticelli #99B2BC
RGB
CMYK
RGB Variations
Color information
#99B2BC (or 0x99B2BC) is known color: Botticelli. HEX triplet: 99, B2 and BC. RGB value is (153,178,188). Sum of RGB (Red+Green+Blue) = 153+178+188=519 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.48% from 519); Green value is 178 (69.92% from 255 or 34.30% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 188 - color contains mainly: blue. Hex color #99B2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99B2BC is #664D43. Grayscale: #ABABAB. Windows color (decimal): -6704452 or 12366489. OLE color: 12366489.
HSL color Cylindrical-coordinate representation of color #99B2BC: hue angle of 197.14º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99B2BC is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 178 | 188 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.26 |
| HSL | 197.14º | 0.21% | 0.67% | - |
| HSV(B) | 197.14º | 0.19% | 0.74% | - |
| XYZ | 38.13 | 42.24 | 53.72 | - |
| YUV | 171.67 | 137.22 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 178 | 188 | 0.19 | 0.05 | 0 | 0.26 | 197.14 | 0.21 | 0.67 |
| Hex | 99 | B2 | BC | 13 | 5 | 0 | 1A | C5 | 15 | 43 |
| Octal | 231 | 262 | 274 | 23 | 5 | 0 | 32 | 305 | 25 | 103 |
| Binary | 10011001 | 10110010 | 10111100 | 10011 | 101 | 0 | 11010 | 11000101 | 10101 | 1000011 |
Color Harmonies of #99B2BC
Complementary color
Monochromatic Colors of #99B2BC
Black with #99B2BC
Text Example
Text Example
White with #99B2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B2BC; }
p { color: rgb(153,178,188); }
H1.HeaderClassName
{
color: #99B2BC;
}
.AnyTagClassName
{
color: #99B2BC;
}
</style>
background-color css
<style>
a { background-color: #99B2BC; }
a { background-color: rgb(153,178,188); }
div.DivClassName
{
background-color: #99B2BC;
}
.BgClassName
{
background-color: #99B2BC;
}
</style>
border-color css
<style>
span { border-color: #99B2BC; }
span { border-color: rgb(153,178,188); }
td.TdClassName
{
border-color: #99B2BC;
}
.TagClassName
{
border-color: #99B2BC;
}
</style>