Shades of Perano #BDC0EE
Tints of Perano #BDC0EE
RGB
CMYK
RGB Variations
Color information
#BDC0EE (or 0xBDC0EE) is known color: Perano. HEX triplet: BD, C0 and EE. RGB value is (189,192,238). Sum of RGB (Red+Green+Blue) = 189+192+238=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 192 (75.39% from 255 or 31.02% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDC0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC0EE is #423F11. Grayscale: #C4C4C4. Windows color (decimal): -4341522 or 15646909. OLE color: 15646909.
HSL color Cylindrical-coordinate representation of color #BDC0EE: hue angle of 236.33º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDC0EE is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 192 | 238 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.07 |
| HSL | 236.33º | 0.59% | 0.84% | - |
| HSV(B) | 236.33º | 0.21% | 0.93% | - |
| XYZ | 55.27 | 54.69 | 88.53 | - |
| YUV | 196.35 | 151.51 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 238 | 0.21 | 0.19 | 0 | 0.07 | 236.33 | 0.59 | 0.84 |
| Hex | BD | C0 | EE | 15 | 13 | 0 | 7 | EC | 3B | 54 |
| Octal | 275 | 300 | 356 | 25 | 23 | 0 | 7 | 354 | 73 | 124 |
| Binary | 10111101 | 11000000 | 11101110 | 10101 | 10011 | 0 | 111 | 11101100 | 111011 | 1010100 |
Color Harmonies of #BDC0EE
Complementary color
Monochromatic Colors of #BDC0EE
Black with #BDC0EE
Text Example
Text Example
White with #BDC0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC0EE; }
p { color: rgb(189,192,238); }
H1.HeaderClassName
{
color: #BDC0EE;
}
.AnyTagClassName
{
color: #BDC0EE;
}
</style>
background-color css
<style>
a { background-color: #BDC0EE; }
a { background-color: rgb(189,192,238); }
div.DivClassName
{
background-color: #BDC0EE;
}
.BgClassName
{
background-color: #BDC0EE;
}
</style>
border-color css
<style>
span { border-color: #BDC0EE; }
span { border-color: rgb(189,192,238); }
td.TdClassName
{
border-color: #BDC0EE;
}
.TagClassName
{
border-color: #BDC0EE;
}
</style>