Shades of Botticelli #94ABB5
Tints of Botticelli #94ABB5
RGB
CMYK
RGB Variations
Color information
#94ABB5 (or 0x94ABB5) is known color: Botticelli. HEX triplet: 94, AB and B5. RGB value is (148,171,181). Sum of RGB (Red+Green+Blue) = 148+171+181=500 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.6% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 181 - color contains mainly: blue. Hex color #94ABB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ABB5 is #6B544A. Grayscale: #A5A5A5. Windows color (decimal): -7033931 or 11905940. OLE color: 11905940.
HSL color Cylindrical-coordinate representation of color #94ABB5: hue angle of 198.18º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #94ABB5 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 171 | 181 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.29 |
| HSL | 198.18º | 0.18% | 0.65% | - |
| HSV(B) | 198.18º | 0.18% | 0.71% | - |
| XYZ | 35.12 | 38.76 | 49.35 | - |
| YUV | 165.26 | 136.88 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 171 | 181 | 0.18 | 0.06 | 0 | 0.29 | 198.18 | 0.18 | 0.65 |
| Hex | 94 | AB | B5 | 12 | 6 | 0 | 1D | C6 | 12 | 41 |
| Octal | 224 | 253 | 265 | 22 | 6 | 0 | 35 | 306 | 22 | 101 |
| Binary | 10010100 | 10101011 | 10110101 | 10010 | 110 | 0 | 11101 | 11000110 | 10010 | 1000001 |
Color Harmonies of #94ABB5
Complementary color
Monochromatic Colors of #94ABB5
Black with #94ABB5
Text Example
Text Example
White with #94ABB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94ABB5; }
p { color: rgb(148,171,181); }
H1.HeaderClassName
{
color: #94ABB5;
}
.AnyTagClassName
{
color: #94ABB5;
}
</style>
background-color css
<style>
a { background-color: #94ABB5; }
a { background-color: rgb(148,171,181); }
div.DivClassName
{
background-color: #94ABB5;
}
.BgClassName
{
background-color: #94ABB5;
}
</style>
border-color css
<style>
span { border-color: #94ABB5; }
span { border-color: rgb(148,171,181); }
td.TdClassName
{
border-color: #94ABB5;
}
.TagClassName
{
border-color: #94ABB5;
}
</style>