Shades of Botticelli #92BBBC
Tints of Botticelli #92BBBC
RGB
CMYK
RGB Variations
Color information
#92BBBC (or 0x92BBBC) is known color: Botticelli. HEX triplet: 92, BB and BC. RGB value is (146,187,188). Sum of RGB (Red+Green+Blue) = 146+187+188=521 (69% of max value = 765). Red value is 146 (57.42% from 255 or 28.02% from 521); Green value is 187 (73.44% from 255 or 35.89% 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 #92BBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BBBC is #6D4443. Grayscale: #AEAEAE. Windows color (decimal): -7160900 or 12368786. OLE color: 12368786.
HSL color Cylindrical-coordinate representation of color #92BBBC: hue angle of 181.43º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #92BBBC is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 187 | 188 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.26 |
| HSL | 181.43º | 0.24% | 0.65% | - |
| HSV(B) | 181.43º | 0.22% | 0.74% | - |
| XYZ | 38.7 | 45.28 | 54.28 | - |
| YUV | 174.86 | 135.42 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 187 | 188 | 0.22 | 0.01 | 0 | 0.26 | 181.43 | 0.24 | 0.65 |
| Hex | 92 | BB | BC | 16 | 1 | 0 | 1A | B5 | 18 | 41 |
| Octal | 222 | 273 | 274 | 26 | 1 | 0 | 32 | 265 | 30 | 101 |
| Binary | 10010010 | 10111011 | 10111100 | 10110 | 1 | 0 | 11010 | 10110101 | 11000 | 1000001 |
Color Harmonies of #92BBBC
Complementary color
Monochromatic Colors of #92BBBC
Black with #92BBBC
Text Example
Text Example
White with #92BBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BBBC; }
p { color: rgb(146,187,188); }
H1.HeaderClassName
{
color: #92BBBC;
}
.AnyTagClassName
{
color: #92BBBC;
}
</style>
background-color css
<style>
a { background-color: #92BBBC; }
a { background-color: rgb(146,187,188); }
div.DivClassName
{
background-color: #92BBBC;
}
.BgClassName
{
background-color: #92BBBC;
}
</style>
border-color css
<style>
span { border-color: #92BBBC; }
span { border-color: rgb(146,187,188); }
td.TdClassName
{
border-color: #92BBBC;
}
.TagClassName
{
border-color: #92BBBC;
}
</style>