Shades of Botticelli #95B9C0
Tints of Botticelli #95B9C0
RGB
CMYK
RGB Variations
Color information
#95B9C0 (or 0x95B9C0) is known color: Botticelli. HEX triplet: 95, B9 and C0. RGB value is (149,185,192). Sum of RGB (Red+Green+Blue) = 149+185+192=526 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.33% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 192 - color contains mainly: blue. Hex color #95B9C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B9C0 is #6A463F. Grayscale: #AEAEAE. Windows color (decimal): -6964800 or 12630421. OLE color: 12630421.
HSL color Cylindrical-coordinate representation of color #95B9C0: hue angle of 189.77º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95B9C0 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 185 | 192 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.25 |
| HSL | 189.77º | 0.25% | 0.67% | - |
| HSV(B) | 189.77º | 0.22% | 0.75% | - |
| XYZ | 39.26 | 44.89 | 56.47 | - |
| YUV | 175.03 | 137.57 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 185 | 192 | 0.22 | 0.04 | 0 | 0.25 | 189.77 | 0.25 | 0.67 |
| Hex | 95 | B9 | C0 | 16 | 4 | 0 | 19 | BE | 19 | 43 |
| Octal | 225 | 271 | 300 | 26 | 4 | 0 | 31 | 276 | 31 | 103 |
| Binary | 10010101 | 10111001 | 11000000 | 10110 | 100 | 0 | 11001 | 10111110 | 11001 | 1000011 |
Color Harmonies of #95B9C0
Complementary color
Monochromatic Colors of #95B9C0
Black with #95B9C0
Text Example
Text Example
White with #95B9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B9C0; }
p { color: rgb(149,185,192); }
H1.HeaderClassName
{
color: #95B9C0;
}
.AnyTagClassName
{
color: #95B9C0;
}
</style>
background-color css
<style>
a { background-color: #95B9C0; }
a { background-color: rgb(149,185,192); }
div.DivClassName
{
background-color: #95B9C0;
}
.BgClassName
{
background-color: #95B9C0;
}
</style>
border-color css
<style>
span { border-color: #95B9C0; }
span { border-color: rgb(149,185,192); }
td.TdClassName
{
border-color: #95B9C0;
}
.TagClassName
{
border-color: #95B9C0;
}
</style>