Shades of Perano #BDC0EB
Tints of Perano #BDC0EB
RGB
CMYK
RGB Variations
Color information
#BDC0EB (or 0xBDC0EB) is known color: Perano. HEX triplet: BD, C0 and EB. RGB value is (189,192,235). Sum of RGB (Red+Green+Blue) = 189+192+235=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 192 (75.39% from 255 or 31.17% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDC0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC0EB is #423F14. Grayscale: #C3C3C3. Windows color (decimal): -4341525 or 15450301. OLE color: 15450301.
HSL color Cylindrical-coordinate representation of color #BDC0EB: hue angle of 236.09º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDC0EB is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 192 | 235 | - |
| CMYK | 0.20 | 0.18 | 0 | 0.08 |
| HSL | 236.09º | 0.53% | 0.83% | - |
| HSV(B) | 236.09º | 0.2% | 0.92% | - |
| XYZ | 54.83 | 54.52 | 86.23 | - |
| YUV | 196.01 | 150.01 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 235 | 0.20 | 0.18 | 0 | 0.08 | 236.09 | 0.53 | 0.83 |
| Hex | BD | C0 | EB | 14 | 12 | 0 | 8 | EC | 35 | 53 |
| Octal | 275 | 300 | 353 | 24 | 22 | 0 | 10 | 354 | 65 | 123 |
| Binary | 10111101 | 11000000 | 11101011 | 10100 | 10010 | 0 | 1000 | 11101100 | 110101 | 1010011 |
Color Harmonies of #BDC0EB
Complementary color
Monochromatic Colors of #BDC0EB
Black with #BDC0EB
Text Example
Text Example
White with #BDC0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC0EB; }
p { color: rgb(189,192,235); }
H1.HeaderClassName
{
color: #BDC0EB;
}
.AnyTagClassName
{
color: #BDC0EB;
}
</style>
background-color css
<style>
a { background-color: #BDC0EB; }
a { background-color: rgb(189,192,235); }
div.DivClassName
{
background-color: #BDC0EB;
}
.BgClassName
{
background-color: #BDC0EB;
}
</style>
border-color css
<style>
span { border-color: #BDC0EB; }
span { border-color: rgb(189,192,235); }
td.TdClassName
{
border-color: #BDC0EB;
}
.TagClassName
{
border-color: #BDC0EB;
}
</style>