Shades of Botticelli #94BEC2
Tints of Botticelli #94BEC2
RGB
CMYK
RGB Variations
Color information
#94BEC2 (or 0x94BEC2) is known color: Botticelli. HEX triplet: 94, BE and C2. RGB value is (148,190,194). Sum of RGB (Red+Green+Blue) = 148+190+194=532 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.82% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 194 (76.17% from 255 or 36.47% from 532); Max value from RGB is 194 - color contains mainly: blue. Hex color #94BEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BEC2 is #6B413D. Grayscale: #B1B1B1. Windows color (decimal): -7029054 or 12762772. OLE color: 12762772.
HSL color Cylindrical-coordinate representation of color #94BEC2: hue angle of 185.22º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94BEC2 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 190 | 194 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.24 |
| HSL | 185.22º | 0.27% | 0.67% | - |
| HSV(B) | 185.22º | 0.24% | 0.76% | - |
| XYZ | 40.36 | 47.02 | 57.99 | - |
| YUV | 177.9 | 137.09 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 190 | 194 | 0.24 | 0.02 | 0 | 0.24 | 185.22 | 0.27 | 0.67 |
| Hex | 94 | BE | C2 | 18 | 2 | 0 | 18 | B9 | 1B | 43 |
| Octal | 224 | 276 | 302 | 30 | 2 | 0 | 30 | 271 | 33 | 103 |
| Binary | 10010100 | 10111110 | 11000010 | 11000 | 10 | 0 | 11000 | 10111001 | 11011 | 1000011 |
Color Harmonies of #94BEC2
Complementary color
Monochromatic Colors of #94BEC2
Black with #94BEC2
Text Example
Text Example
White with #94BEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BEC2; }
p { color: rgb(148,190,194); }
H1.HeaderClassName
{
color: #94BEC2;
}
.AnyTagClassName
{
color: #94BEC2;
}
</style>
background-color css
<style>
a { background-color: #94BEC2; }
a { background-color: rgb(148,190,194); }
div.DivClassName
{
background-color: #94BEC2;
}
.BgClassName
{
background-color: #94BEC2;
}
</style>
border-color css
<style>
span { border-color: #94BEC2; }
span { border-color: rgb(148,190,194); }
td.TdClassName
{
border-color: #94BEC2;
}
.TagClassName
{
border-color: #94BEC2;
}
</style>