Shades of Botticelli #92BEC4
Tints of Botticelli #92BEC4
RGB
CMYK
RGB Variations
Color information
#92BEC4 (or 0x92BEC4) is known color: Botticelli. HEX triplet: 92, BE and C4. RGB value is (146,190,196). Sum of RGB (Red+Green+Blue) = 146+190+196=532 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.44% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 196 (76.95% from 255 or 36.84% from 532); Max value from RGB is 196 - color contains mainly: blue. Hex color #92BEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BEC4 is #6D413B. Grayscale: #B1B1B1. Windows color (decimal): -7160124 or 12893842. OLE color: 12893842.
HSL color Cylindrical-coordinate representation of color #92BEC4: hue angle of 187.2º 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 #92BEC4 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 190 | 196 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.23 |
| HSL | 187.2º | 0.3% | 0.67% | - |
| HSV(B) | 187.2º | 0.26% | 0.77% | - |
| XYZ | 40.23 | 46.92 | 59.16 | - |
| YUV | 177.53 | 138.42 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 190 | 196 | 0.26 | 0.03 | 0 | 0.23 | 187.2 | 0.3 | 0.67 |
| Hex | 92 | BE | C4 | 1A | 3 | 0 | 17 | BB | 1E | 43 |
| Octal | 222 | 276 | 304 | 32 | 3 | 0 | 27 | 273 | 36 | 103 |
| Binary | 10010010 | 10111110 | 11000100 | 11010 | 11 | 0 | 10111 | 10111011 | 11110 | 1000011 |
Color Harmonies of #92BEC4
Complementary color
Monochromatic Colors of #92BEC4
Black with #92BEC4
Text Example
Text Example
White with #92BEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BEC4; }
p { color: rgb(146,190,196); }
H1.HeaderClassName
{
color: #92BEC4;
}
.AnyTagClassName
{
color: #92BEC4;
}
</style>
background-color css
<style>
a { background-color: #92BEC4; }
a { background-color: rgb(146,190,196); }
div.DivClassName
{
background-color: #92BEC4;
}
.BgClassName
{
background-color: #92BEC4;
}
</style>
border-color css
<style>
span { border-color: #92BEC4; }
span { border-color: rgb(146,190,196); }
td.TdClassName
{
border-color: #92BEC4;
}
.TagClassName
{
border-color: #92BEC4;
}
</style>