Shades of Perano #BDC1ED
Tints of Perano #BDC1ED
RGB
CMYK
RGB Variations
Color information
#BDC1ED (or 0xBDC1ED) is known color: Perano. HEX triplet: BD, C1 and ED. RGB value is (189,193,237). Sum of RGB (Red+Green+Blue) = 189+193+237=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 193 (75.78% from 255 or 31.18% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDC1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC1ED is #423E12. Grayscale: #C4C4C4. Windows color (decimal): -4341267 or 15581629. OLE color: 15581629.
HSL color Cylindrical-coordinate representation of color #BDC1ED: hue angle of 235º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDC1ED is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 193 | 237 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.07 |
| HSL | 235º | 0.57% | 0.84% | - |
| HSV(B) | 235º | 0.2% | 0.93% | - |
| XYZ | 55.34 | 55.07 | 87.83 | - |
| YUV | 196.82 | 150.67 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 237 | 0.20 | 0.19 | 0 | 0.07 | 235 | 0.57 | 0.84 |
| Hex | BD | C1 | ED | 14 | 13 | 0 | 7 | EB | 39 | 54 |
| Octal | 275 | 301 | 355 | 24 | 23 | 0 | 7 | 353 | 71 | 124 |
| Binary | 10111101 | 11000001 | 11101101 | 10100 | 10011 | 0 | 111 | 11101011 | 111001 | 1010100 |
Color Harmonies of #BDC1ED
Complementary color
Monochromatic Colors of #BDC1ED
Black with #BDC1ED
Text Example
Text Example
White with #BDC1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC1ED; }
p { color: rgb(189,193,237); }
H1.HeaderClassName
{
color: #BDC1ED;
}
.AnyTagClassName
{
color: #BDC1ED;
}
</style>
background-color css
<style>
a { background-color: #BDC1ED; }
a { background-color: rgb(189,193,237); }
div.DivClassName
{
background-color: #BDC1ED;
}
.BgClassName
{
background-color: #BDC1ED;
}
</style>
border-color css
<style>
span { border-color: #BDC1ED; }
span { border-color: rgb(189,193,237); }
td.TdClassName
{
border-color: #BDC1ED;
}
.TagClassName
{
border-color: #BDC1ED;
}
</style>