Shades of Botticelli #92B5BA
Tints of Botticelli #92B5BA
RGB
CMYK
RGB Variations
Color information
#92B5BA (or 0x92B5BA) is known color: Botticelli. HEX triplet: 92, B5 and BA. RGB value is (146,181,186). Sum of RGB (Red+Green+Blue) = 146+181+186=513 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.46% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 186 - color contains mainly: blue. Hex color #92B5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B5BA is #6D4A45. Grayscale: #ABABAB. Windows color (decimal): -7162438 or 12236178. OLE color: 12236178.
HSL color Cylindrical-coordinate representation of color #92B5BA: hue angle of 187.5º 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 #92B5BA is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 181 | 186 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.27 |
| HSL | 187.5º | 0.22% | 0.65% | - |
| HSV(B) | 187.5º | 0.22% | 0.73% | - |
| XYZ | 37.24 | 42.7 | 52.73 | - |
| YUV | 171.11 | 136.4 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 181 | 186 | 0.22 | 0.03 | 0 | 0.27 | 187.5 | 0.22 | 0.65 |
| Hex | 92 | B5 | BA | 16 | 3 | 0 | 1B | BC | 16 | 41 |
| Octal | 222 | 265 | 272 | 26 | 3 | 0 | 33 | 274 | 26 | 101 |
| Binary | 10010010 | 10110101 | 10111010 | 10110 | 11 | 0 | 11011 | 10111100 | 10110 | 1000001 |
Color Harmonies of #92B5BA
Complementary color
Monochromatic Colors of #92B5BA
Black with #92B5BA
Text Example
Text Example
White with #92B5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B5BA; }
p { color: rgb(146,181,186); }
H1.HeaderClassName
{
color: #92B5BA;
}
.AnyTagClassName
{
color: #92B5BA;
}
</style>
background-color css
<style>
a { background-color: #92B5BA; }
a { background-color: rgb(146,181,186); }
div.DivClassName
{
background-color: #92B5BA;
}
.BgClassName
{
background-color: #92B5BA;
}
</style>
border-color css
<style>
span { border-color: #92B5BA; }
span { border-color: rgb(146,181,186); }
td.TdClassName
{
border-color: #92B5BA;
}
.TagClassName
{
border-color: #92B5BA;
}
</style>