Shades of Botticelli #92BBBD
Tints of Botticelli #92BBBD
RGB
CMYK
RGB Variations
Color information
#92BBBD (or 0x92BBBD) is known color: Botticelli. HEX triplet: 92, BB and BD. RGB value is (146,187,189). Sum of RGB (Red+Green+Blue) = 146+187+189=522 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.97% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 189 - color contains mainly: blue. Hex color #92BBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BBBD is #6D4442. Grayscale: #AEAEAE. Windows color (decimal): -7160899 or 12434322. OLE color: 12434322.
HSL color Cylindrical-coordinate representation of color #92BBBD: hue angle of 182.79º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #92BBBD is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 187 | 189 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.26 |
| HSL | 182.79º | 0.25% | 0.66% | - |
| HSV(B) | 182.79º | 0.23% | 0.74% | - |
| XYZ | 38.81 | 45.33 | 54.85 | - |
| YUV | 174.97 | 135.92 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 187 | 189 | 0.23 | 0.01 | 0 | 0.26 | 182.79 | 0.25 | 0.66 |
| Hex | 92 | BB | BD | 17 | 1 | 0 | 1A | B7 | 19 | 42 |
| Octal | 222 | 273 | 275 | 27 | 1 | 0 | 32 | 267 | 31 | 102 |
| Binary | 10010010 | 10111011 | 10111101 | 10111 | 1 | 0 | 11010 | 10110111 | 11001 | 1000010 |
Color Harmonies of #92BBBD
Complementary color
Monochromatic Colors of #92BBBD
Black with #92BBBD
Text Example
Text Example
White with #92BBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BBBD; }
p { color: rgb(146,187,189); }
H1.HeaderClassName
{
color: #92BBBD;
}
.AnyTagClassName
{
color: #92BBBD;
}
</style>
background-color css
<style>
a { background-color: #92BBBD; }
a { background-color: rgb(146,187,189); }
div.DivClassName
{
background-color: #92BBBD;
}
.BgClassName
{
background-color: #92BBBD;
}
</style>
border-color css
<style>
span { border-color: #92BBBD; }
span { border-color: rgb(146,187,189); }
td.TdClassName
{
border-color: #92BBBD;
}
.TagClassName
{
border-color: #92BBBD;
}
</style>