Shades of Botticelli #94BBBE
Tints of Botticelli #94BBBE
RGB
CMYK
RGB Variations
Color information
#94BBBE (or 0x94BBBE) is known color: Botticelli. HEX triplet: 94, BB and BE. RGB value is (148,187,190). Sum of RGB (Red+Green+Blue) = 148+187+190=525 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.19% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 190 - color contains mainly: blue. Hex color #94BBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BBBE is #6B4441. Grayscale: #AFAFAF. Windows color (decimal): -7029826 or 12499860. OLE color: 12499860.
HSL color Cylindrical-coordinate representation of color #94BBBE: hue angle of 184.29º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #94BBBE is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 187 | 190 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.25 |
| HSL | 184.29º | 0.24% | 0.66% | - |
| HSV(B) | 184.29º | 0.22% | 0.75% | - |
| XYZ | 39.28 | 45.55 | 55.44 | - |
| YUV | 175.68 | 136.08 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 187 | 190 | 0.22 | 0.02 | 0 | 0.25 | 184.29 | 0.24 | 0.66 |
| Hex | 94 | BB | BE | 16 | 2 | 0 | 19 | B8 | 18 | 42 |
| Octal | 224 | 273 | 276 | 26 | 2 | 0 | 31 | 270 | 30 | 102 |
| Binary | 10010100 | 10111011 | 10111110 | 10110 | 10 | 0 | 11001 | 10111000 | 11000 | 1000010 |
Color Harmonies of #94BBBE
Complementary color
Monochromatic Colors of #94BBBE
Black with #94BBBE
Text Example
Text Example
White with #94BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BBBE; }
p { color: rgb(148,187,190); }
H1.HeaderClassName
{
color: #94BBBE;
}
.AnyTagClassName
{
color: #94BBBE;
}
</style>
background-color css
<style>
a { background-color: #94BBBE; }
a { background-color: rgb(148,187,190); }
div.DivClassName
{
background-color: #94BBBE;
}
.BgClassName
{
background-color: #94BBBE;
}
</style>
border-color css
<style>
span { border-color: #94BBBE; }
span { border-color: rgb(148,187,190); }
td.TdClassName
{
border-color: #94BBBE;
}
.TagClassName
{
border-color: #94BBBE;
}
</style>