Shades of Botticelli #92BAC0
Tints of Botticelli #92BAC0
RGB
CMYK
RGB Variations
Color information
#92BAC0 (or 0x92BAC0) is known color: Botticelli. HEX triplet: 92, BA and C0. RGB value is (146,186,192). Sum of RGB (Red+Green+Blue) = 146+186+192=524 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.86% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 192 - color contains mainly: blue. Hex color #92BAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BAC0 is #6D453F. Grayscale: #AEAEAE. Windows color (decimal): -7161152 or 12630674. OLE color: 12630674.
HSL color Cylindrical-coordinate representation of color #92BAC0: hue angle of 187.83º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #92BAC0 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 186 | 192 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.25 |
| HSL | 187.83º | 0.27% | 0.66% | - |
| HSV(B) | 187.83º | 0.24% | 0.75% | - |
| XYZ | 38.93 | 45.03 | 56.51 | - |
| YUV | 174.72 | 137.75 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 186 | 192 | 0.24 | 0.03 | 0 | 0.25 | 187.83 | 0.27 | 0.66 |
| Hex | 92 | BA | C0 | 18 | 3 | 0 | 19 | BC | 1B | 42 |
| Octal | 222 | 272 | 300 | 30 | 3 | 0 | 31 | 274 | 33 | 102 |
| Binary | 10010010 | 10111010 | 11000000 | 11000 | 11 | 0 | 11001 | 10111100 | 11011 | 1000010 |
Color Harmonies of #92BAC0
Complementary color
Monochromatic Colors of #92BAC0
Black with #92BAC0
Text Example
Text Example
White with #92BAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BAC0; }
p { color: rgb(146,186,192); }
H1.HeaderClassName
{
color: #92BAC0;
}
.AnyTagClassName
{
color: #92BAC0;
}
</style>
background-color css
<style>
a { background-color: #92BAC0; }
a { background-color: rgb(146,186,192); }
div.DivClassName
{
background-color: #92BAC0;
}
.BgClassName
{
background-color: #92BAC0;
}
</style>
border-color css
<style>
span { border-color: #92BAC0; }
span { border-color: rgb(146,186,192); }
td.TdClassName
{
border-color: #92BAC0;
}
.TagClassName
{
border-color: #92BAC0;
}
</style>