Shades of Botticelli #92BAC5
Tints of Botticelli #92BAC5
RGB
CMYK
RGB Variations
Color information
#92BAC5 (or 0x92BAC5) is known color: Botticelli. HEX triplet: 92, BA and C5. RGB value is (146,186,197). Sum of RGB (Red+Green+Blue) = 146+186+197=529 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.60% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 197 (77.34% from 255 or 37.24% from 529); Max value from RGB is 197 - color contains mainly: blue. Hex color #92BAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BAC5 is #6D453A. Grayscale: #AFAFAF. Windows color (decimal): -7161147 or 12958354. OLE color: 12958354.
HSL color Cylindrical-coordinate representation of color #92BAC5: hue angle of 192.94º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #92BAC5 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 186 | 197 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.23 |
| HSL | 192.94º | 0.31% | 0.67% | - |
| HSV(B) | 192.94º | 0.26% | 0.77% | - |
| XYZ | 39.49 | 45.26 | 59.48 | - |
| YUV | 175.29 | 140.25 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 186 | 197 | 0.26 | 0.06 | 0 | 0.23 | 192.94 | 0.31 | 0.67 |
| Hex | 92 | BA | C5 | 1A | 6 | 0 | 17 | C1 | 1F | 43 |
| Octal | 222 | 272 | 305 | 32 | 6 | 0 | 27 | 301 | 37 | 103 |
| Binary | 10010010 | 10111010 | 11000101 | 11010 | 110 | 0 | 10111 | 11000001 | 11111 | 1000011 |
Color Harmonies of #92BAC5
Complementary color
Monochromatic Colors of #92BAC5
Black with #92BAC5
Text Example
Text Example
White with #92BAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BAC5; }
p { color: rgb(146,186,197); }
H1.HeaderClassName
{
color: #92BAC5;
}
.AnyTagClassName
{
color: #92BAC5;
}
</style>
background-color css
<style>
a { background-color: #92BAC5; }
a { background-color: rgb(146,186,197); }
div.DivClassName
{
background-color: #92BAC5;
}
.BgClassName
{
background-color: #92BAC5;
}
</style>
border-color css
<style>
span { border-color: #92BAC5; }
span { border-color: rgb(146,186,197); }
td.TdClassName
{
border-color: #92BAC5;
}
.TagClassName
{
border-color: #92BAC5;
}
</style>