Shades of Botticelli #95BDC3
Tints of Botticelli #95BDC3
RGB
CMYK
RGB Variations
Color information
#95BDC3 (or 0x95BDC3) is known color: Botticelli. HEX triplet: 95, BD and C3. RGB value is (149,189,195). Sum of RGB (Red+Green+Blue) = 149+189+195=533 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.95% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 195 (76.56% from 255 or 36.59% from 533); Max value from RGB is 195 - color contains mainly: blue. Hex color #95BDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BDC3 is #6A423C. Grayscale: #B1B1B1. Windows color (decimal): -6963773 or 12828053. OLE color: 12828053.
HSL color Cylindrical-coordinate representation of color #95BDC3: hue angle of 187.83º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95BDC3 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 189 | 195 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.24 |
| HSL | 187.83º | 0.28% | 0.67% | - |
| HSV(B) | 187.83º | 0.24% | 0.76% | - |
| XYZ | 40.44 | 46.72 | 58.52 | - |
| YUV | 177.72 | 137.75 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 189 | 195 | 0.24 | 0.03 | 0 | 0.24 | 187.83 | 0.28 | 0.67 |
| Hex | 95 | BD | C3 | 18 | 3 | 0 | 18 | BC | 1C | 43 |
| Octal | 225 | 275 | 303 | 30 | 3 | 0 | 30 | 274 | 34 | 103 |
| Binary | 10010101 | 10111101 | 11000011 | 11000 | 11 | 0 | 11000 | 10111100 | 11100 | 1000011 |
Color Harmonies of #95BDC3
Complementary color
Monochromatic Colors of #95BDC3
Black with #95BDC3
Text Example
Text Example
White with #95BDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BDC3; }
p { color: rgb(149,189,195); }
H1.HeaderClassName
{
color: #95BDC3;
}
.AnyTagClassName
{
color: #95BDC3;
}
</style>
background-color css
<style>
a { background-color: #95BDC3; }
a { background-color: rgb(149,189,195); }
div.DivClassName
{
background-color: #95BDC3;
}
.BgClassName
{
background-color: #95BDC3;
}
</style>
border-color css
<style>
span { border-color: #95BDC3; }
span { border-color: rgb(149,189,195); }
td.TdClassName
{
border-color: #95BDC3;
}
.TagClassName
{
border-color: #95BDC3;
}
</style>