Shades of Botticelli #92BAC4
Tints of Botticelli #92BAC4
RGB
CMYK
RGB Variations
Color information
#92BAC4 (or 0x92BAC4) is known color: Botticelli. HEX triplet: 92, BA and C4. RGB value is (146,186,196). Sum of RGB (Red+Green+Blue) = 146+186+196=528 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.65% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 196 (76.95% from 255 or 37.12% from 528); Max value from RGB is 196 - color contains mainly: blue. Hex color #92BAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BAC4 is #6D453B. Grayscale: #AFAFAF. Windows color (decimal): -7161148 or 12892818. OLE color: 12892818.
HSL color Cylindrical-coordinate representation of color #92BAC4: hue angle of 192º degrees, saturation: 0.3, 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 #92BAC4 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 186 | 196 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.23 |
| HSL | 192º | 0.3% | 0.67% | - |
| HSV(B) | 192º | 0.26% | 0.77% | - |
| XYZ | 39.38 | 45.21 | 58.88 | - |
| YUV | 175.18 | 139.75 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 186 | 196 | 0.26 | 0.05 | 0 | 0.23 | 192 | 0.3 | 0.67 |
| Hex | 92 | BA | C4 | 1A | 5 | 0 | 17 | C0 | 1E | 43 |
| Octal | 222 | 272 | 304 | 32 | 5 | 0 | 27 | 300 | 36 | 103 |
| Binary | 10010010 | 10111010 | 11000100 | 11010 | 101 | 0 | 10111 | 11000000 | 11110 | 1000011 |
Color Harmonies of #92BAC4
Complementary color
Monochromatic Colors of #92BAC4
Black with #92BAC4
Text Example
Text Example
White with #92BAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BAC4; }
p { color: rgb(146,186,196); }
H1.HeaderClassName
{
color: #92BAC4;
}
.AnyTagClassName
{
color: #92BAC4;
}
</style>
background-color css
<style>
a { background-color: #92BAC4; }
a { background-color: rgb(146,186,196); }
div.DivClassName
{
background-color: #92BAC4;
}
.BgClassName
{
background-color: #92BAC4;
}
</style>
border-color css
<style>
span { border-color: #92BAC4; }
span { border-color: rgb(146,186,196); }
td.TdClassName
{
border-color: #92BAC4;
}
.TagClassName
{
border-color: #92BAC4;
}
</style>