Shades of Botticelli #94BEC1
Tints of Botticelli #94BEC1
RGB
CMYK
RGB Variations
Color information
#94BEC1 (or 0x94BEC1) is known color: Botticelli. HEX triplet: 94, BE and C1. RGB value is (148,190,193). Sum of RGB (Red+Green+Blue) = 148+190+193=531 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.87% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 193 - color contains mainly: blue. Hex color #94BEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BEC1 is #6B413E. Grayscale: #B1B1B1. Windows color (decimal): -7029055 or 12697236. OLE color: 12697236.
HSL color Cylindrical-coordinate representation of color #94BEC1: hue angle of 184º 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 #94BEC1 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 190 | 193 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.24 |
| HSL | 184º | 0.27% | 0.67% | - |
| HSV(B) | 184º | 0.23% | 0.76% | - |
| XYZ | 40.25 | 46.97 | 57.4 | - |
| YUV | 177.78 | 136.59 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 190 | 193 | 0.23 | 0.02 | 0 | 0.24 | 184 | 0.27 | 0.67 |
| Hex | 94 | BE | C1 | 17 | 2 | 0 | 18 | B8 | 1B | 43 |
| Octal | 224 | 276 | 301 | 27 | 2 | 0 | 30 | 270 | 33 | 103 |
| Binary | 10010100 | 10111110 | 11000001 | 10111 | 10 | 0 | 11000 | 10111000 | 11011 | 1000011 |
Color Harmonies of #94BEC1
Complementary color
Monochromatic Colors of #94BEC1
Black with #94BEC1
Text Example
Text Example
White with #94BEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BEC1; }
p { color: rgb(148,190,193); }
H1.HeaderClassName
{
color: #94BEC1;
}
.AnyTagClassName
{
color: #94BEC1;
}
</style>
background-color css
<style>
a { background-color: #94BEC1; }
a { background-color: rgb(148,190,193); }
div.DivClassName
{
background-color: #94BEC1;
}
.BgClassName
{
background-color: #94BEC1;
}
</style>
border-color css
<style>
span { border-color: #94BEC1; }
span { border-color: rgb(148,190,193); }
td.TdClassName
{
border-color: #94BEC1;
}
.TagClassName
{
border-color: #94BEC1;
}
</style>