Shades of Botticelli #92BCBD
Tints of Botticelli #92BCBD
RGB
CMYK
RGB Variations
Color information
#92BCBD (or 0x92BCBD) is known color: Botticelli. HEX triplet: 92, BC and BD. RGB value is (146,188,189). Sum of RGB (Red+Green+Blue) = 146+188+189=523 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.92% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 189 - color contains mainly: blue. Hex color #92BCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BCBD is #6D4342. Grayscale: #AFAFAF. Windows color (decimal): -7160643 or 12434578. OLE color: 12434578.
HSL color Cylindrical-coordinate representation of color #92BCBD: hue angle of 181.4º 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 #92BCBD is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 188 | 189 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.26 |
| HSL | 181.4º | 0.25% | 0.66% | - |
| HSV(B) | 181.4º | 0.23% | 0.74% | - |
| XYZ | 39.02 | 45.75 | 54.92 | - |
| YUV | 175.56 | 135.59 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 188 | 189 | 0.23 | 0.01 | 0 | 0.26 | 181.4 | 0.25 | 0.66 |
| Hex | 92 | BC | BD | 17 | 1 | 0 | 1A | B5 | 19 | 42 |
| Octal | 222 | 274 | 275 | 27 | 1 | 0 | 32 | 265 | 31 | 102 |
| Binary | 10010010 | 10111100 | 10111101 | 10111 | 1 | 0 | 11010 | 10110101 | 11001 | 1000010 |
Color Harmonies of #92BCBD
Complementary color
Monochromatic Colors of #92BCBD
Black with #92BCBD
Text Example
Text Example
White with #92BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BCBD; }
p { color: rgb(146,188,189); }
H1.HeaderClassName
{
color: #92BCBD;
}
.AnyTagClassName
{
color: #92BCBD;
}
</style>
background-color css
<style>
a { background-color: #92BCBD; }
a { background-color: rgb(146,188,189); }
div.DivClassName
{
background-color: #92BCBD;
}
.BgClassName
{
background-color: #92BCBD;
}
</style>
border-color css
<style>
span { border-color: #92BCBD; }
span { border-color: rgb(146,188,189); }
td.TdClassName
{
border-color: #92BCBD;
}
.TagClassName
{
border-color: #92BCBD;
}
</style>