Shades of Perano #BDC0EA
Tints of Perano #BDC0EA
RGB
CMYK
RGB Variations
Color information
#BDC0EA (or 0xBDC0EA) is known color: Perano. HEX triplet: BD, C0 and EA. RGB value is (189,192,234). Sum of RGB (Red+Green+Blue) = 189+192+234=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 192 (75.39% from 255 or 31.22% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDC0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC0EA is #423F15. Grayscale: #C3C3C3. Windows color (decimal): -4341526 or 15384765. OLE color: 15384765.
HSL color Cylindrical-coordinate representation of color #BDC0EA: hue angle of 236º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDC0EA is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 192 | 234 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.08 |
| HSL | 236º | 0.52% | 0.83% | - |
| HSV(B) | 236º | 0.19% | 0.92% | - |
| XYZ | 54.69 | 54.46 | 85.47 | - |
| YUV | 195.89 | 149.51 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 234 | 0.19 | 0.18 | 0 | 0.08 | 236 | 0.52 | 0.83 |
| Hex | BD | C0 | EA | 13 | 12 | 0 | 8 | EC | 34 | 53 |
| Octal | 275 | 300 | 352 | 23 | 22 | 0 | 10 | 354 | 64 | 123 |
| Binary | 10111101 | 11000000 | 11101010 | 10011 | 10010 | 0 | 1000 | 11101100 | 110100 | 1010011 |
Color Harmonies of #BDC0EA
Complementary color
Monochromatic Colors of #BDC0EA
Black with #BDC0EA
Text Example
Text Example
White with #BDC0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC0EA; }
p { color: rgb(189,192,234); }
H1.HeaderClassName
{
color: #BDC0EA;
}
.AnyTagClassName
{
color: #BDC0EA;
}
</style>
background-color css
<style>
a { background-color: #BDC0EA; }
a { background-color: rgb(189,192,234); }
div.DivClassName
{
background-color: #BDC0EA;
}
.BgClassName
{
background-color: #BDC0EA;
}
</style>
border-color css
<style>
span { border-color: #BDC0EA; }
span { border-color: rgb(189,192,234); }
td.TdClassName
{
border-color: #BDC0EA;
}
.TagClassName
{
border-color: #BDC0EA;
}
</style>