Shades of Botticelli #95AEB6
Tints of Botticelli #95AEB6
RGB
CMYK
RGB Variations
Color information
#95AEB6 (or 0x95AEB6) is known color: Botticelli. HEX triplet: 95, AE and B6. RGB value is (149,174,182). Sum of RGB (Red+Green+Blue) = 149+174+182=505 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.50% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 182 (71.48% from 255 or 36.04% from 505); Max value from RGB is 182 - color contains mainly: blue. Hex color #95AEB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AEB6 is #6A5149. Grayscale: #A7A7A7. Windows color (decimal): -6967626 or 11972245. OLE color: 11972245.
HSL color Cylindrical-coordinate representation of color #95AEB6: 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 #95AEB6 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 174 | 182 | - |
| 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.97 | 40.04 | 50.09 | - |
| YUV | 167.44 | 136.22 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 174 | 182 | 0.18 | 0.04 | 0 | 0.29 | 194.55 | 0.18 | 0.65 |
| Hex | 95 | AE | B6 | 12 | 4 | 0 | 1D | C3 | 12 | 41 |
| Octal | 225 | 256 | 266 | 22 | 4 | 0 | 35 | 303 | 22 | 101 |
| Binary | 10010101 | 10101110 | 10110110 | 10010 | 100 | 0 | 11101 | 11000011 | 10010 | 1000001 |
Color Harmonies of #95AEB6
Complementary color
Monochromatic Colors of #95AEB6
Black with #95AEB6
Text Example
Text Example
White with #95AEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95AEB6; }
p { color: rgb(149,174,182); }
H1.HeaderClassName
{
color: #95AEB6;
}
.AnyTagClassName
{
color: #95AEB6;
}
</style>
background-color css
<style>
a { background-color: #95AEB6; }
a { background-color: rgb(149,174,182); }
div.DivClassName
{
background-color: #95AEB6;
}
.BgClassName
{
background-color: #95AEB6;
}
</style>
border-color css
<style>
span { border-color: #95AEB6; }
span { border-color: rgb(149,174,182); }
td.TdClassName
{
border-color: #95AEB6;
}
.TagClassName
{
border-color: #95AEB6;
}
</style>