Shades of Botticelli #95BDC1
Tints of Botticelli #95BDC1
RGB
CMYK
RGB Variations
Color information
#95BDC1 (or 0x95BDC1) is known color: Botticelli. HEX triplet: 95, BD and C1. RGB value is (149,189,193). Sum of RGB (Red+Green+Blue) = 149+189+193=531 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.06% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 193 - color contains mainly: blue. Hex color #95BDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BDC1 is #6A423E. Grayscale: #B1B1B1. Windows color (decimal): -6963775 or 12696981. OLE color: 12696981.
HSL color Cylindrical-coordinate representation of color #95BDC1: hue angle of 185.45º 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 #95BDC1 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 189 | 193 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.24 |
| HSL | 185.45º | 0.26% | 0.67% | - |
| HSV(B) | 185.45º | 0.23% | 0.76% | - |
| XYZ | 40.22 | 46.64 | 57.33 | - |
| YUV | 177.5 | 136.75 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 189 | 193 | 0.23 | 0.02 | 0 | 0.24 | 185.45 | 0.26 | 0.67 |
| Hex | 95 | BD | C1 | 17 | 2 | 0 | 18 | B9 | 1A | 43 |
| Octal | 225 | 275 | 301 | 27 | 2 | 0 | 30 | 271 | 32 | 103 |
| Binary | 10010101 | 10111101 | 11000001 | 10111 | 10 | 0 | 11000 | 10111001 | 11010 | 1000011 |
Color Harmonies of #95BDC1
Complementary color
Monochromatic Colors of #95BDC1
Black with #95BDC1
Text Example
Text Example
White with #95BDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BDC1; }
p { color: rgb(149,189,193); }
H1.HeaderClassName
{
color: #95BDC1;
}
.AnyTagClassName
{
color: #95BDC1;
}
</style>
background-color css
<style>
a { background-color: #95BDC1; }
a { background-color: rgb(149,189,193); }
div.DivClassName
{
background-color: #95BDC1;
}
.BgClassName
{
background-color: #95BDC1;
}
</style>
border-color css
<style>
span { border-color: #95BDC1; }
span { border-color: rgb(149,189,193); }
td.TdClassName
{
border-color: #95BDC1;
}
.TagClassName
{
border-color: #95BDC1;
}
</style>