Shades of Botticelli #94BEC0
Tints of Botticelli #94BEC0
RGB
CMYK
RGB Variations
Color information
#94BEC0 (or 0x94BEC0) is known color: Botticelli. HEX triplet: 94, BE and C0. RGB value is (148,190,192). Sum of RGB (Red+Green+Blue) = 148+190+192=530 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.92% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 192 - color contains mainly: blue. Hex color #94BEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BEC0 is #6B413F. Grayscale: #B1B1B1. Windows color (decimal): -7029056 or 12631700. OLE color: 12631700.
HSL color Cylindrical-coordinate representation of color #94BEC0: hue angle of 182.73º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #94BEC0 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 190 | 192 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.25 |
| HSL | 182.73º | 0.26% | 0.67% | - |
| HSV(B) | 182.73º | 0.23% | 0.75% | - |
| XYZ | 40.14 | 46.93 | 56.81 | - |
| YUV | 177.67 | 136.09 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 190 | 192 | 0.23 | 0.01 | 0 | 0.25 | 182.73 | 0.26 | 0.67 |
| Hex | 94 | BE | C0 | 17 | 1 | 0 | 19 | B7 | 1A | 43 |
| Octal | 224 | 276 | 300 | 27 | 1 | 0 | 31 | 267 | 32 | 103 |
| Binary | 10010100 | 10111110 | 11000000 | 10111 | 1 | 0 | 11001 | 10110111 | 11010 | 1000011 |
Color Harmonies of #94BEC0
Complementary color
Monochromatic Colors of #94BEC0
Black with #94BEC0
Text Example
Text Example
White with #94BEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BEC0; }
p { color: rgb(148,190,192); }
H1.HeaderClassName
{
color: #94BEC0;
}
.AnyTagClassName
{
color: #94BEC0;
}
</style>
background-color css
<style>
a { background-color: #94BEC0; }
a { background-color: rgb(148,190,192); }
div.DivClassName
{
background-color: #94BEC0;
}
.BgClassName
{
background-color: #94BEC0;
}
</style>
border-color css
<style>
span { border-color: #94BEC0; }
span { border-color: rgb(148,190,192); }
td.TdClassName
{
border-color: #94BEC0;
}
.TagClassName
{
border-color: #94BEC0;
}
</style>