Shades of Botticelli #94BBC1
Tints of Botticelli #94BBC1
RGB
CMYK
RGB Variations
Color information
#94BBC1 (or 0x94BBC1) is known color: Botticelli. HEX triplet: 94, BB and C1. RGB value is (148,187,193). Sum of RGB (Red+Green+Blue) = 148+187+193=528 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.03% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 193 - color contains mainly: blue. Hex color #94BBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BBC1 is #6B443E. Grayscale: #AFAFAF. Windows color (decimal): -7029823 or 12696468. OLE color: 12696468.
HSL color Cylindrical-coordinate representation of color #94BBC1: hue angle of 188º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #94BBC1 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 187 | 193 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.24 |
| HSL | 188º | 0.27% | 0.67% | - |
| HSV(B) | 188º | 0.23% | 0.76% | - |
| XYZ | 39.61 | 45.69 | 57.18 | - |
| YUV | 176.02 | 137.58 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 187 | 193 | 0.23 | 0.03 | 0 | 0.24 | 188 | 0.27 | 0.67 |
| Hex | 94 | BB | C1 | 17 | 3 | 0 | 18 | BC | 1B | 43 |
| Octal | 224 | 273 | 301 | 27 | 3 | 0 | 30 | 274 | 33 | 103 |
| Binary | 10010100 | 10111011 | 11000001 | 10111 | 11 | 0 | 11000 | 10111100 | 11011 | 1000011 |
Color Harmonies of #94BBC1
Complementary color
Monochromatic Colors of #94BBC1
Black with #94BBC1
Text Example
Text Example
White with #94BBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BBC1; }
p { color: rgb(148,187,193); }
H1.HeaderClassName
{
color: #94BBC1;
}
.AnyTagClassName
{
color: #94BBC1;
}
</style>
background-color css
<style>
a { background-color: #94BBC1; }
a { background-color: rgb(148,187,193); }
div.DivClassName
{
background-color: #94BBC1;
}
.BgClassName
{
background-color: #94BBC1;
}
</style>
border-color css
<style>
span { border-color: #94BBC1; }
span { border-color: rgb(148,187,193); }
td.TdClassName
{
border-color: #94BBC1;
}
.TagClassName
{
border-color: #94BBC1;
}
</style>