Shades of Botticelli #99B2B3
Tints of Botticelli #99B2B3
RGB
CMYK
RGB Variations
Color information
#99B2B3 (or 0x99B2B3) is known color: Botticelli. HEX triplet: 99, B2 and B3. RGB value is (153,178,179). Sum of RGB (Red+Green+Blue) = 153+178+179=510 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30% from 510); Green value is 178 (69.92% from 255 or 34.90% from 510); Blue value is 179 (70.31% from 255 or 35.10% from 510); Max value from RGB is 179 - color contains mainly: blue. Hex color #99B2B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99B2B3 is #664D4C. Grayscale: #AAAAAA. Windows color (decimal): -6704461 or 11776665. OLE color: 11776665.
HSL color Cylindrical-coordinate representation of color #99B2B3: hue angle of 182.31º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #99B2B3 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 178 | 179 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.30 |
| HSL | 182.31º | 0.15% | 0.65% | - |
| HSV(B) | 182.31º | 0.15% | 0.7% | - |
| XYZ | 37.19 | 41.87 | 48.77 | - |
| YUV | 170.64 | 132.72 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 178 | 179 | 0.15 | 0.01 | 0 | 0.30 | 182.31 | 0.15 | 0.65 |
| Hex | 99 | B2 | B3 | F | 1 | 0 | 1E | B6 | F | 41 |
| Octal | 231 | 262 | 263 | 17 | 1 | 0 | 36 | 266 | 17 | 101 |
| Binary | 10011001 | 10110010 | 10110011 | 1111 | 1 | 0 | 11110 | 10110110 | 1111 | 1000001 |
Color Harmonies of #99B2B3
Complementary color
Monochromatic Colors of #99B2B3
Black with #99B2B3
Text Example
Text Example
White with #99B2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B2B3; }
p { color: rgb(153,178,179); }
H1.HeaderClassName
{
color: #99B2B3;
}
.AnyTagClassName
{
color: #99B2B3;
}
</style>
background-color css
<style>
a { background-color: #99B2B3; }
a { background-color: rgb(153,178,179); }
div.DivClassName
{
background-color: #99B2B3;
}
.BgClassName
{
background-color: #99B2B3;
}
</style>
border-color css
<style>
span { border-color: #99B2B3; }
span { border-color: rgb(153,178,179); }
td.TdClassName
{
border-color: #99B2B3;
}
.TagClassName
{
border-color: #99B2B3;
}
</style>