Shades of Perano #BDC1EF
Tints of Perano #BDC1EF
RGB
CMYK
RGB Variations
Color information
#BDC1EF (or 0xBDC1EF) is known color: Perano. HEX triplet: BD, C1 and EF. RGB value is (189,193,239). Sum of RGB (Red+Green+Blue) = 189+193+239=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 193 (75.78% from 255 or 31.08% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDC1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC1EF is #423E10. Grayscale: #C4C4C4. Windows color (decimal): -4341265 or 15712701. OLE color: 15712701.
HSL color Cylindrical-coordinate representation of color #BDC1EF: hue angle of 235.2º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDC1EF is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 193 | 239 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.06 |
| HSL | 235.2º | 0.61% | 0.84% | - |
| HSV(B) | 235.2º | 0.21% | 0.94% | - |
| XYZ | 55.64 | 55.19 | 89.38 | - |
| YUV | 197.05 | 151.67 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 239 | 0.21 | 0.19 | 0 | 0.06 | 235.2 | 0.61 | 0.84 |
| Hex | BD | C1 | EF | 15 | 13 | 0 | 6 | EB | 3D | 54 |
| Octal | 275 | 301 | 357 | 25 | 23 | 0 | 6 | 353 | 75 | 124 |
| Binary | 10111101 | 11000001 | 11101111 | 10101 | 10011 | 0 | 110 | 11101011 | 111101 | 1010100 |
Color Harmonies of #BDC1EF
Complementary color
Monochromatic Colors of #BDC1EF
Black with #BDC1EF
Text Example
Text Example
White with #BDC1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC1EF; }
p { color: rgb(189,193,239); }
H1.HeaderClassName
{
color: #BDC1EF;
}
.AnyTagClassName
{
color: #BDC1EF;
}
</style>
background-color css
<style>
a { background-color: #BDC1EF; }
a { background-color: rgb(189,193,239); }
div.DivClassName
{
background-color: #BDC1EF;
}
.BgClassName
{
background-color: #BDC1EF;
}
</style>
border-color css
<style>
span { border-color: #BDC1EF; }
span { border-color: rgb(189,193,239); }
td.TdClassName
{
border-color: #BDC1EF;
}
.TagClassName
{
border-color: #BDC1EF;
}
</style>