Shades of Botticelli #92BEC2
Tints of Botticelli #92BEC2
RGB
CMYK
RGB Variations
Color information
#92BEC2 (or 0x92BEC2) is known color: Botticelli. HEX triplet: 92, BE and C2. RGB value is (146,190,194). Sum of RGB (Red+Green+Blue) = 146+190+194=530 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.55% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 194 (76.17% from 255 or 36.60% from 530); Max value from RGB is 194 - color contains mainly: blue. Hex color #92BEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BEC2 is #6D413D. Grayscale: #B1B1B1. Windows color (decimal): -7160126 or 12762770. OLE color: 12762770.
HSL color Cylindrical-coordinate representation of color #92BEC2: hue angle of 185º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #92BEC2 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 190 | 194 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.24 |
| HSL | 185º | 0.28% | 0.67% | - |
| HSV(B) | 185º | 0.25% | 0.76% | - |
| XYZ | 40.01 | 46.83 | 57.97 | - |
| YUV | 177.3 | 137.42 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 190 | 194 | 0.25 | 0.02 | 0 | 0.24 | 185 | 0.28 | 0.67 |
| Hex | 92 | BE | C2 | 19 | 2 | 0 | 18 | B9 | 1C | 43 |
| Octal | 222 | 276 | 302 | 31 | 2 | 0 | 30 | 271 | 34 | 103 |
| Binary | 10010010 | 10111110 | 11000010 | 11001 | 10 | 0 | 11000 | 10111001 | 11100 | 1000011 |
Color Harmonies of #92BEC2
Complementary color
Monochromatic Colors of #92BEC2
Black with #92BEC2
Text Example
Text Example
White with #92BEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BEC2; }
p { color: rgb(146,190,194); }
H1.HeaderClassName
{
color: #92BEC2;
}
.AnyTagClassName
{
color: #92BEC2;
}
</style>
background-color css
<style>
a { background-color: #92BEC2; }
a { background-color: rgb(146,190,194); }
div.DivClassName
{
background-color: #92BEC2;
}
.BgClassName
{
background-color: #92BEC2;
}
</style>
border-color css
<style>
span { border-color: #92BEC2; }
span { border-color: rgb(146,190,194); }
td.TdClassName
{
border-color: #92BEC2;
}
.TagClassName
{
border-color: #92BEC2;
}
</style>