Shades of Botticelli #94BCC4
Tints of Botticelli #94BCC4
RGB
CMYK
RGB Variations
Color information
#94BCC4 (or 0x94BCC4) is known color: Botticelli. HEX triplet: 94, BC and C4. RGB value is (148,188,196). Sum of RGB (Red+Green+Blue) = 148+188+196=532 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.82% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 196 (76.95% from 255 or 36.84% from 532); Max value from RGB is 196 - color contains mainly: blue. Hex color #94BCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BCC4 is #6B433B. Grayscale: #B0B0B0. Windows color (decimal): -7029564 or 12893332. OLE color: 12893332.
HSL color Cylindrical-coordinate representation of color #94BCC4: hue angle of 190º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94BCC4 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 148 | 188 | 196 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.23 |
| HSL | 190º | 0.29% | 0.67% | - |
| HSV(B) | 190º | 0.24% | 0.77% | - |
| XYZ | 40.16 | 46.25 | 59.03 | - |
| YUV | 176.95 | 138.75 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 188 | 196 | 0.24 | 0.04 | 0 | 0.23 | 190 | 0.29 | 0.67 |
| Hex | 94 | BC | C4 | 18 | 4 | 0 | 17 | BE | 1D | 43 |
| Octal | 224 | 274 | 304 | 30 | 4 | 0 | 27 | 276 | 35 | 103 |
| Binary | 10010100 | 10111100 | 11000100 | 11000 | 100 | 0 | 10111 | 10111110 | 11101 | 1000011 |
Color Harmonies of #94BCC4
Complementary color
Monochromatic Colors of #94BCC4
Black with #94BCC4
Text Example
Text Example
White with #94BCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BCC4; }
p { color: rgb(148,188,196); }
H1.HeaderClassName
{
color: #94BCC4;
}
.AnyTagClassName
{
color: #94BCC4;
}
</style>
background-color css
<style>
a { background-color: #94BCC4; }
a { background-color: rgb(148,188,196); }
div.DivClassName
{
background-color: #94BCC4;
}
.BgClassName
{
background-color: #94BCC4;
}
</style>
border-color css
<style>
span { border-color: #94BCC4; }
span { border-color: rgb(148,188,196); }
td.TdClassName
{
border-color: #94BCC4;
}
.TagClassName
{
border-color: #94BCC4;
}
</style>