Shades of Botticelli #94BBC5
Tints of Botticelli #94BBC5
RGB
CMYK
RGB Variations
Color information
#94BBC5 (or 0x94BBC5) is known color: Botticelli. HEX triplet: 94, BB and C5. RGB value is (148,187,197). Sum of RGB (Red+Green+Blue) = 148+187+197=532 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.82% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 197 (77.34% from 255 or 37.03% from 532); Max value from RGB is 197 - color contains mainly: blue. Hex color #94BBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BBC5 is #6B443A. Grayscale: #B0B0B0. Windows color (decimal): -7029819 or 12958612. OLE color: 12958612.
HSL color Cylindrical-coordinate representation of color #94BBC5: hue angle of 192.24º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94BBC5 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 148 | 187 | 197 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.23 |
| HSL | 192.24º | 0.3% | 0.68% | - |
| HSV(B) | 192.24º | 0.25% | 0.77% | - |
| XYZ | 40.06 | 45.87 | 59.57 | - |
| YUV | 176.48 | 139.58 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 187 | 197 | 0.25 | 0.05 | 0 | 0.23 | 192.24 | 0.3 | 0.68 |
| Hex | 94 | BB | C5 | 19 | 5 | 0 | 17 | C0 | 1E | 44 |
| Octal | 224 | 273 | 305 | 31 | 5 | 0 | 27 | 300 | 36 | 104 |
| Binary | 10010100 | 10111011 | 11000101 | 11001 | 101 | 0 | 10111 | 11000000 | 11110 | 1000100 |
Color Harmonies of #94BBC5
Complementary color
Monochromatic Colors of #94BBC5
Black with #94BBC5
Text Example
Text Example
White with #94BBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BBC5; }
p { color: rgb(148,187,197); }
H1.HeaderClassName
{
color: #94BBC5;
}
.AnyTagClassName
{
color: #94BBC5;
}
</style>
background-color css
<style>
a { background-color: #94BBC5; }
a { background-color: rgb(148,187,197); }
div.DivClassName
{
background-color: #94BBC5;
}
.BgClassName
{
background-color: #94BBC5;
}
</style>
border-color css
<style>
span { border-color: #94BBC5; }
span { border-color: rgb(148,187,197); }
td.TdClassName
{
border-color: #94BBC5;
}
.TagClassName
{
border-color: #94BBC5;
}
</style>