Shades of Botticelli #92B8BA
Tints of Botticelli #92B8BA
RGB
CMYK
RGB Variations
Color information
#92B8BA (or 0x92B8BA) is known color: Botticelli. HEX triplet: 92, B8 and BA. RGB value is (146,184,186). Sum of RGB (Red+Green+Blue) = 146+184+186=516 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.29% from 516); Green value is 184 (72.27% from 255 or 35.66% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 186 - color contains mainly: blue. Hex color #92B8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B8BA is #6D4745. Grayscale: #ACACAC. Windows color (decimal): -7161670 or 12236946. OLE color: 12236946.
HSL color Cylindrical-coordinate representation of color #92B8BA: hue angle of 183º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #92B8BA is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 184 | 186 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.27 |
| HSL | 183º | 0.22% | 0.65% | - |
| HSV(B) | 183º | 0.22% | 0.73% | - |
| XYZ | 37.86 | 43.94 | 52.94 | - |
| YUV | 172.87 | 135.41 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 184 | 186 | 0.22 | 0.01 | 0 | 0.27 | 183 | 0.22 | 0.65 |
| Hex | 92 | B8 | BA | 16 | 1 | 0 | 1B | B7 | 16 | 41 |
| Octal | 222 | 270 | 272 | 26 | 1 | 0 | 33 | 267 | 26 | 101 |
| Binary | 10010010 | 10111000 | 10111010 | 10110 | 1 | 0 | 11011 | 10110111 | 10110 | 1000001 |
Color Harmonies of #92B8BA
Complementary color
Monochromatic Colors of #92B8BA
Black with #92B8BA
Text Example
Text Example
White with #92B8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B8BA; }
p { color: rgb(146,184,186); }
H1.HeaderClassName
{
color: #92B8BA;
}
.AnyTagClassName
{
color: #92B8BA;
}
</style>
background-color css
<style>
a { background-color: #92B8BA; }
a { background-color: rgb(146,184,186); }
div.DivClassName
{
background-color: #92B8BA;
}
.BgClassName
{
background-color: #92B8BA;
}
</style>
border-color css
<style>
span { border-color: #92B8BA; }
span { border-color: rgb(146,184,186); }
td.TdClassName
{
border-color: #92B8BA;
}
.TagClassName
{
border-color: #92B8BA;
}
</style>