Shades of Botticelli #95B8BD
Tints of Botticelli #95B8BD
RGB
CMYK
RGB Variations
Color information
#95B8BD (or 0x95B8BD) is known color: Botticelli. HEX triplet: 95, B8 and BD. RGB value is (149,184,189). Sum of RGB (Red+Green+Blue) = 149+184+189=522 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.54% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 189 - color contains mainly: blue. Hex color #95B8BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B8BD is #6A4742. Grayscale: #AEAEAE. Windows color (decimal): -6965059 or 12433557. OLE color: 12433557.
HSL color Cylindrical-coordinate representation of color #95B8BD: hue angle of 187.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #95B8BD is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 184 | 189 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.26 |
| HSL | 187.5º | 0.23% | 0.66% | - |
| HSV(B) | 187.5º | 0.21% | 0.74% | - |
| XYZ | 38.72 | 44.34 | 54.66 | - |
| YUV | 174.11 | 136.4 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 184 | 189 | 0.21 | 0.03 | 0 | 0.26 | 187.5 | 0.23 | 0.66 |
| Hex | 95 | B8 | BD | 15 | 3 | 0 | 1A | BC | 17 | 42 |
| Octal | 225 | 270 | 275 | 25 | 3 | 0 | 32 | 274 | 27 | 102 |
| Binary | 10010101 | 10111000 | 10111101 | 10101 | 11 | 0 | 11010 | 10111100 | 10111 | 1000010 |
Color Harmonies of #95B8BD
Complementary color
Monochromatic Colors of #95B8BD
Black with #95B8BD
Text Example
Text Example
White with #95B8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B8BD; }
p { color: rgb(149,184,189); }
H1.HeaderClassName
{
color: #95B8BD;
}
.AnyTagClassName
{
color: #95B8BD;
}
</style>
background-color css
<style>
a { background-color: #95B8BD; }
a { background-color: rgb(149,184,189); }
div.DivClassName
{
background-color: #95B8BD;
}
.BgClassName
{
background-color: #95B8BD;
}
</style>
border-color css
<style>
span { border-color: #95B8BD; }
span { border-color: rgb(149,184,189); }
td.TdClassName
{
border-color: #95B8BD;
}
.TagClassName
{
border-color: #95B8BD;
}
</style>