Shades of Botticelli #99B0B2
Tints of Botticelli #99B0B2
RGB
CMYK
RGB Variations
Color information
#99B0B2 (or 0x99B0B2) is known color: Botticelli. HEX triplet: 99, B0 and B2. RGB value is (153,176,178). Sum of RGB (Red+Green+Blue) = 153+176+178=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 178 - color contains mainly: blue. Hex color #99B0B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99B0B2 is #664F4D. Grayscale: #A9A9A9. Windows color (decimal): -6704974 or 11710617. OLE color: 11710617.
HSL color Cylindrical-coordinate representation of color #99B0B2: hue angle of 184.8º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #99B0B2 is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 176 | 178 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.30 |
| HSL | 184.8º | 0.14% | 0.65% | - |
| HSV(B) | 184.8º | 0.14% | 0.7% | - |
| XYZ | 36.7 | 41.04 | 48.11 | - |
| YUV | 169.35 | 132.88 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 176 | 178 | 0.14 | 0.01 | 0 | 0.30 | 184.8 | 0.14 | 0.65 |
| Hex | 99 | B0 | B2 | E | 1 | 0 | 1E | B9 | E | 41 |
| Octal | 231 | 260 | 262 | 16 | 1 | 0 | 36 | 271 | 16 | 101 |
| Binary | 10011001 | 10110000 | 10110010 | 1110 | 1 | 0 | 11110 | 10111001 | 1110 | 1000001 |
Color Harmonies of #99B0B2
Complementary color
Monochromatic Colors of #99B0B2
Black with #99B0B2
Text Example
Text Example
White with #99B0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B0B2; }
p { color: rgb(153,176,178); }
H1.HeaderClassName
{
color: #99B0B2;
}
.AnyTagClassName
{
color: #99B0B2;
}
</style>
background-color css
<style>
a { background-color: #99B0B2; }
a { background-color: rgb(153,176,178); }
div.DivClassName
{
background-color: #99B0B2;
}
.BgClassName
{
background-color: #99B0B2;
}
</style>
border-color css
<style>
span { border-color: #99B0B2; }
span { border-color: rgb(153,176,178); }
td.TdClassName
{
border-color: #99B0B2;
}
.TagClassName
{
border-color: #99B0B2;
}
</style>