Shades of Botticelli #92BEC6
Tints of Botticelli #92BEC6
RGB
CMYK
RGB Variations
Color information
#92BEC6 (or 0x92BEC6) is known color: Botticelli. HEX triplet: 92, BE and C6. RGB value is (146,190,198). Sum of RGB (Red+Green+Blue) = 146+190+198=534 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.34% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 198 (77.73% from 255 or 37.08% from 534); Max value from RGB is 198 - color contains mainly: blue. Hex color #92BEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BEC6 is #6D4139. Grayscale: #B1B1B1. Windows color (decimal): -7160122 or 13024914. OLE color: 13024914.
HSL color Cylindrical-coordinate representation of color #92BEC6: hue angle of 189.23º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #92BEC6 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 190 | 198 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.22 |
| HSL | 189.23º | 0.31% | 0.67% | - |
| HSV(B) | 189.23º | 0.26% | 0.78% | - |
| XYZ | 40.46 | 47.02 | 60.37 | - |
| YUV | 177.76 | 139.42 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 190 | 198 | 0.26 | 0.04 | 0 | 0.22 | 189.23 | 0.31 | 0.67 |
| Hex | 92 | BE | C6 | 1A | 4 | 0 | 16 | BD | 1F | 43 |
| Octal | 222 | 276 | 306 | 32 | 4 | 0 | 26 | 275 | 37 | 103 |
| Binary | 10010010 | 10111110 | 11000110 | 11010 | 100 | 0 | 10110 | 10111101 | 11111 | 1000011 |
Color Harmonies of #92BEC6
Complementary color
Monochromatic Colors of #92BEC6
Black with #92BEC6
Text Example
Text Example
White with #92BEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BEC6; }
p { color: rgb(146,190,198); }
H1.HeaderClassName
{
color: #92BEC6;
}
.AnyTagClassName
{
color: #92BEC6;
}
</style>
background-color css
<style>
a { background-color: #92BEC6; }
a { background-color: rgb(146,190,198); }
div.DivClassName
{
background-color: #92BEC6;
}
.BgClassName
{
background-color: #92BEC6;
}
</style>
border-color css
<style>
span { border-color: #92BEC6; }
span { border-color: rgb(146,190,198); }
td.TdClassName
{
border-color: #92BEC6;
}
.TagClassName
{
border-color: #92BEC6;
}
</style>