Shades of Botticelli #94ADB5
Tints of Botticelli #94ADB5
RGB
CMYK
RGB Variations
Color information
#94ADB5 (or 0x94ADB5) is known color: Botticelli. HEX triplet: 94, AD and B5. RGB value is (148,173,181). Sum of RGB (Red+Green+Blue) = 148+173+181=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 181 - color contains mainly: blue. Hex color #94ADB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ADB5 is #6B524A. Grayscale: #A6A6A6. Windows color (decimal): -7033419 or 11906452. OLE color: 11906452.
HSL color Cylindrical-coordinate representation of color #94ADB5: hue angle of 194.55º 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 #94ADB5 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 148 | 173 | 181 | - |
CMYK | 0.18 | 0.04 | 0 | 0.29 |
HSL | 194.55º | 0.18% | 0.65% | - |
HSV(B) | 194.55º | 0.18% | 0.71% | - |
XYZ | 35.5 | 39.52 | 49.47 | - |
YUV | 166.44 | 136.22 | 114.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 148 | 173 | 181 | 0.18 | 0.04 | 0 | 0.29 | 194.55 | 0.18 | 0.65 |
Hex | 94 | AD | B5 | 12 | 4 | 0 | 1D | C3 | 12 | 41 |
Octal | 224 | 255 | 265 | 22 | 4 | 0 | 35 | 303 | 22 | 101 |
Binary | 10010100 | 10101101 | 10110101 | 10010 | 100 | 0 | 11101 | 11000011 | 10010 | 1000001 |
Color Harmonies of #94ADB5
Complementary color
Monochromatic Colors of #94ADB5
Black with #94ADB5
Text Example
Text Example
White with #94ADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94ADB5; }
p { color: rgb(148,173,181); }
H1.HeaderClassName
{
color: #94ADB5;
}
.AnyTagClassName
{
color: #94ADB5;
}
</style>
background-color css
<style>
a { background-color: #94ADB5; }
a { background-color: rgb(148,173,181); }
div.DivClassName
{
background-color: #94ADB5;
}
.BgClassName
{
background-color: #94ADB5;
}
</style>
border-color css
<style>
span { border-color: #94ADB5; }
span { border-color: rgb(148,173,181); }
td.TdClassName
{
border-color: #94ADB5;
}
.TagClassName
{
border-color: #94ADB5;
}
</style>