Shades of Botticelli #94BDC1
Tints of Botticelli #94BDC1
RGB
CMYK
RGB Variations
Color information
#94BDC1 (or 0x94BDC1) is known color: Botticelli. HEX triplet: 94, BD and C1. RGB value is (148,189,193). Sum of RGB (Red+Green+Blue) = 148+189+193=530 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.92% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 193 (75.78% from 255 or 36.42% from 530); Max value from RGB is 193 - color contains mainly: blue. Hex color #94BDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BDC1 is #6B423E. Grayscale: #B1B1B1. Windows color (decimal): -7029311 or 12696980. OLE color: 12696980.
HSL color Cylindrical-coordinate representation of color #94BDC1: hue angle of 185.33º 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 #94BDC1 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 189 | 193 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.24 |
| HSL | 185.33º | 0.27% | 0.67% | - |
| HSV(B) | 185.33º | 0.23% | 0.76% | - |
| XYZ | 40.04 | 46.54 | 57.33 | - |
| YUV | 177.2 | 136.92 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 189 | 193 | 0.23 | 0.02 | 0 | 0.24 | 185.33 | 0.27 | 0.67 |
| Hex | 94 | BD | C1 | 17 | 2 | 0 | 18 | B9 | 1B | 43 |
| Octal | 224 | 275 | 301 | 27 | 2 | 0 | 30 | 271 | 33 | 103 |
| Binary | 10010100 | 10111101 | 11000001 | 10111 | 10 | 0 | 11000 | 10111001 | 11011 | 1000011 |
Color Harmonies of #94BDC1
Complementary color
Monochromatic Colors of #94BDC1
Black with #94BDC1
Text Example
Text Example
White with #94BDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BDC1; }
p { color: rgb(148,189,193); }
H1.HeaderClassName
{
color: #94BDC1;
}
.AnyTagClassName
{
color: #94BDC1;
}
</style>
background-color css
<style>
a { background-color: #94BDC1; }
a { background-color: rgb(148,189,193); }
div.DivClassName
{
background-color: #94BDC1;
}
.BgClassName
{
background-color: #94BDC1;
}
</style>
border-color css
<style>
span { border-color: #94BDC1; }
span { border-color: rgb(148,189,193); }
td.TdClassName
{
border-color: #94BDC1;
}
.TagClassName
{
border-color: #94BDC1;
}
</style>