Shades of Botticelli #94BBC2
Tints of Botticelli #94BBC2
RGB
CMYK
RGB Variations
Color information
#94BBC2 (or 0x94BBC2) is known color: Botticelli. HEX triplet: 94, BB and C2. RGB value is (148,187,194). Sum of RGB (Red+Green+Blue) = 148+187+194=529 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.98% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 194 - color contains mainly: blue. Hex color #94BBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BBC2 is #6B443D. Grayscale: #B0B0B0. Windows color (decimal): -7029822 or 12762004. OLE color: 12762004.
HSL color Cylindrical-coordinate representation of color #94BBC2: hue angle of 189.13º 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 #94BBC2 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 187 | 194 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.24 |
| HSL | 189.13º | 0.27% | 0.67% | - |
| HSV(B) | 189.13º | 0.24% | 0.76% | - |
| XYZ | 39.72 | 45.73 | 57.77 | - |
| YUV | 176.14 | 138.08 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 187 | 194 | 0.24 | 0.04 | 0 | 0.24 | 189.13 | 0.27 | 0.67 |
| Hex | 94 | BB | C2 | 18 | 4 | 0 | 18 | BD | 1B | 43 |
| Octal | 224 | 273 | 302 | 30 | 4 | 0 | 30 | 275 | 33 | 103 |
| Binary | 10010100 | 10111011 | 11000010 | 11000 | 100 | 0 | 11000 | 10111101 | 11011 | 1000011 |
Color Harmonies of #94BBC2
Complementary color
Monochromatic Colors of #94BBC2
Black with #94BBC2
Text Example
Text Example
White with #94BBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BBC2; }
p { color: rgb(148,187,194); }
H1.HeaderClassName
{
color: #94BBC2;
}
.AnyTagClassName
{
color: #94BBC2;
}
</style>
background-color css
<style>
a { background-color: #94BBC2; }
a { background-color: rgb(148,187,194); }
div.DivClassName
{
background-color: #94BBC2;
}
.BgClassName
{
background-color: #94BBC2;
}
</style>
border-color css
<style>
span { border-color: #94BBC2; }
span { border-color: rgb(148,187,194); }
td.TdClassName
{
border-color: #94BBC2;
}
.TagClassName
{
border-color: #94BBC2;
}
</style>