Shades of Botticelli #95BDC2
Tints of Botticelli #95BDC2
RGB
CMYK
RGB Variations
Color information
#95BDC2 (or 0x95BDC2) is known color: Botticelli. HEX triplet: 95, BD and C2. RGB value is (149,189,194). Sum of RGB (Red+Green+Blue) = 149+189+194=532 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.01% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 194 (76.17% from 255 or 36.47% from 532); Max value from RGB is 194 - color contains mainly: blue. Hex color #95BDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BDC2 is #6A423D. Grayscale: #B1B1B1. Windows color (decimal): -6963774 or 12762517. OLE color: 12762517.
HSL color Cylindrical-coordinate representation of color #95BDC2: hue angle of 186.67º degrees, saturation: 0.27, 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 #95BDC2 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 189 | 194 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.24 |
| HSL | 186.67º | 0.27% | 0.67% | - |
| HSV(B) | 186.67º | 0.23% | 0.76% | - |
| XYZ | 40.33 | 46.68 | 57.92 | - |
| YUV | 177.61 | 137.25 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 189 | 194 | 0.23 | 0.03 | 0 | 0.24 | 186.67 | 0.27 | 0.67 |
| Hex | 95 | BD | C2 | 17 | 3 | 0 | 18 | BB | 1B | 43 |
| Octal | 225 | 275 | 302 | 27 | 3 | 0 | 30 | 273 | 33 | 103 |
| Binary | 10010101 | 10111101 | 11000010 | 10111 | 11 | 0 | 11000 | 10111011 | 11011 | 1000011 |
Color Harmonies of #95BDC2
Complementary color
Monochromatic Colors of #95BDC2
Black with #95BDC2
Text Example
Text Example
White with #95BDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BDC2; }
p { color: rgb(149,189,194); }
H1.HeaderClassName
{
color: #95BDC2;
}
.AnyTagClassName
{
color: #95BDC2;
}
</style>
background-color css
<style>
a { background-color: #95BDC2; }
a { background-color: rgb(149,189,194); }
div.DivClassName
{
background-color: #95BDC2;
}
.BgClassName
{
background-color: #95BDC2;
}
</style>
border-color css
<style>
span { border-color: #95BDC2; }
span { border-color: rgb(149,189,194); }
td.TdClassName
{
border-color: #95BDC2;
}
.TagClassName
{
border-color: #95BDC2;
}
</style>