Shades of Perano #BDC0ED
Tints of Perano #BDC0ED
RGB
CMYK
RGB Variations
Color information
#BDC0ED (or 0xBDC0ED) is known color: Perano. HEX triplet: BD, C0 and ED. RGB value is (189,192,237). Sum of RGB (Red+Green+Blue) = 189+192+237=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 192 (75.39% from 255 or 31.07% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDC0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC0ED is #423F12. Grayscale: #C4C4C4. Windows color (decimal): -4341523 or 15581373. OLE color: 15581373.
HSL color Cylindrical-coordinate representation of color #BDC0ED: hue angle of 236.25º 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 #BDC0ED is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 192 | 237 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.07 |
| HSL | 236.25º | 0.57% | 0.84% | - |
| HSV(B) | 236.25º | 0.2% | 0.93% | - |
| XYZ | 55.12 | 54.63 | 87.76 | - |
| YUV | 196.23 | 151.01 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 237 | 0.20 | 0.19 | 0 | 0.07 | 236.25 | 0.57 | 0.84 |
| Hex | BD | C0 | ED | 14 | 13 | 0 | 7 | EC | 39 | 54 |
| Octal | 275 | 300 | 355 | 24 | 23 | 0 | 7 | 354 | 71 | 124 |
| Binary | 10111101 | 11000000 | 11101101 | 10100 | 10011 | 0 | 111 | 11101100 | 111001 | 1010100 |
Color Harmonies of #BDC0ED
Complementary color
Monochromatic Colors of #BDC0ED
Black with #BDC0ED
Text Example
Text Example
White with #BDC0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC0ED; }
p { color: rgb(189,192,237); }
H1.HeaderClassName
{
color: #BDC0ED;
}
.AnyTagClassName
{
color: #BDC0ED;
}
</style>
background-color css
<style>
a { background-color: #BDC0ED; }
a { background-color: rgb(189,192,237); }
div.DivClassName
{
background-color: #BDC0ED;
}
.BgClassName
{
background-color: #BDC0ED;
}
</style>
border-color css
<style>
span { border-color: #BDC0ED; }
span { border-color: rgb(189,192,237); }
td.TdClassName
{
border-color: #BDC0ED;
}
.TagClassName
{
border-color: #BDC0ED;
}
</style>