Shades of Botticelli #95ADB5
Tints of Botticelli #95ADB5
RGB
CMYK
RGB Variations
Color information
#95ADB5 (or 0x95ADB5) is known color: Botticelli. HEX triplet: 95, AD and B5. RGB value is (149,173,181). Sum of RGB (Red+Green+Blue) = 149+173+181=503 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.62% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 181 (71.09% from 255 or 35.98% from 503); Max value from RGB is 181 - color contains mainly: blue. Hex color #95ADB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ADB5 is #6A524A. Grayscale: #A6A6A6. Windows color (decimal): -6967883 or 11906453. OLE color: 11906453.
HSL color Cylindrical-coordinate representation of color #95ADB5: hue angle of 195º 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 #95ADB5 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 149 | 173 | 181 | - |
CMYK | 0.18 | 0.04 | 0 | 0.29 |
HSL | 195º | 0.18% | 0.65% | - |
HSV(B) | 195º | 0.18% | 0.71% | - |
XYZ | 35.68 | 39.61 | 49.48 | - |
YUV | 166.74 | 136.05 | 115.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 149 | 173 | 181 | 0.18 | 0.04 | 0 | 0.29 | 195 | 0.18 | 0.65 |
Hex | 95 | AD | B5 | 12 | 4 | 0 | 1D | C3 | 12 | 41 |
Octal | 225 | 255 | 265 | 22 | 4 | 0 | 35 | 303 | 22 | 101 |
Binary | 10010101 | 10101101 | 10110101 | 10010 | 100 | 0 | 11101 | 11000011 | 10010 | 1000001 |
Color Harmonies of #95ADB5
Complementary color
Monochromatic Colors of #95ADB5
Black with #95ADB5
Text Example
Text Example
White with #95ADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95ADB5; }
p { color: rgb(149,173,181); }
H1.HeaderClassName
{
color: #95ADB5;
}
.AnyTagClassName
{
color: #95ADB5;
}
</style>
background-color css
<style>
a { background-color: #95ADB5; }
a { background-color: rgb(149,173,181); }
div.DivClassName
{
background-color: #95ADB5;
}
.BgClassName
{
background-color: #95ADB5;
}
</style>
border-color css
<style>
span { border-color: #95ADB5; }
span { border-color: rgb(149,173,181); }
td.TdClassName
{
border-color: #95ADB5;
}
.TagClassName
{
border-color: #95ADB5;
}
</style>