Shades of Botticelli #94BCC2
Tints of Botticelli #94BCC2
RGB
CMYK
RGB Variations
Color information
#94BCC2 (or 0x94BCC2) is known color: Botticelli. HEX triplet: 94, BC and C2. RGB value is (148,188,194). Sum of RGB (Red+Green+Blue) = 148+188+194=530 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.92% from 530); Green value is 188 (73.83% from 255 or 35.47% 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 #94BCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BCC2 is #6B433D. Grayscale: #B0B0B0. Windows color (decimal): -7029566 or 12762260. OLE color: 12762260.
HSL color Cylindrical-coordinate representation of color #94BCC2: hue angle of 187.83º 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 #94BCC2 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 188 | 194 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.24 |
| HSL | 187.83º | 0.27% | 0.67% | - |
| HSV(B) | 187.83º | 0.24% | 0.76% | - |
| XYZ | 39.93 | 46.16 | 57.84 | - |
| YUV | 176.72 | 137.75 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 188 | 194 | 0.24 | 0.03 | 0 | 0.24 | 187.83 | 0.27 | 0.67 |
| Hex | 94 | BC | C2 | 18 | 3 | 0 | 18 | BC | 1B | 43 |
| Octal | 224 | 274 | 302 | 30 | 3 | 0 | 30 | 274 | 33 | 103 |
| Binary | 10010100 | 10111100 | 11000010 | 11000 | 11 | 0 | 11000 | 10111100 | 11011 | 1000011 |
Color Harmonies of #94BCC2
Complementary color
Monochromatic Colors of #94BCC2
Black with #94BCC2
Text Example
Text Example
White with #94BCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BCC2; }
p { color: rgb(148,188,194); }
H1.HeaderClassName
{
color: #94BCC2;
}
.AnyTagClassName
{
color: #94BCC2;
}
</style>
background-color css
<style>
a { background-color: #94BCC2; }
a { background-color: rgb(148,188,194); }
div.DivClassName
{
background-color: #94BCC2;
}
.BgClassName
{
background-color: #94BCC2;
}
</style>
border-color css
<style>
span { border-color: #94BCC2; }
span { border-color: rgb(148,188,194); }
td.TdClassName
{
border-color: #94BCC2;
}
.TagClassName
{
border-color: #94BCC2;
}
</style>