Shades of Botticelli #95B8C1
Tints of Botticelli #95B8C1
RGB
CMYK
RGB Variations
Color information
#95B8C1 (or 0x95B8C1) is known color: Botticelli. HEX triplet: 95, B8 and C1. RGB value is (149,184,193). Sum of RGB (Red+Green+Blue) = 149+184+193=526 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.33% from 526); Green value is 184 (72.27% from 255 or 34.98% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 193 - color contains mainly: blue. Hex color #95B8C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B8C1 is #6A473E. Grayscale: #AEAEAE. Windows color (decimal): -6965055 or 12695701. OLE color: 12695701.
HSL color Cylindrical-coordinate representation of color #95B8C1: hue angle of 192.27º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95B8C1 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 184 | 193 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.24 |
| HSL | 192.27º | 0.26% | 0.67% | - |
| HSV(B) | 192.27º | 0.23% | 0.76% | - |
| XYZ | 39.16 | 44.52 | 56.98 | - |
| YUV | 174.56 | 138.4 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 184 | 193 | 0.23 | 0.05 | 0 | 0.24 | 192.27 | 0.26 | 0.67 |
| Hex | 95 | B8 | C1 | 17 | 5 | 0 | 18 | C0 | 1A | 43 |
| Octal | 225 | 270 | 301 | 27 | 5 | 0 | 30 | 300 | 32 | 103 |
| Binary | 10010101 | 10111000 | 11000001 | 10111 | 101 | 0 | 11000 | 11000000 | 11010 | 1000011 |
Color Harmonies of #95B8C1
Complementary color
Monochromatic Colors of #95B8C1
Black with #95B8C1
Text Example
Text Example
White with #95B8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B8C1; }
p { color: rgb(149,184,193); }
H1.HeaderClassName
{
color: #95B8C1;
}
.AnyTagClassName
{
color: #95B8C1;
}
</style>
background-color css
<style>
a { background-color: #95B8C1; }
a { background-color: rgb(149,184,193); }
div.DivClassName
{
background-color: #95B8C1;
}
.BgClassName
{
background-color: #95B8C1;
}
</style>
border-color css
<style>
span { border-color: #95B8C1; }
span { border-color: rgb(149,184,193); }
td.TdClassName
{
border-color: #95B8C1;
}
.TagClassName
{
border-color: #95B8C1;
}
</style>