Shades of Perano #BCBDEF
Tints of Perano #BCBDEF
RGB
CMYK
RGB Variations
Color information
#BCBDEF (or 0xBCBDEF) is known color: Perano. HEX triplet: BC, BD and EF. RGB value is (188,189,239). Sum of RGB (Red+Green+Blue) = 188+189+239=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCBDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBDEF is #434210. Grayscale: #C2C2C2. Windows color (decimal): -4407825 or 15711676. OLE color: 15711676.
HSL color Cylindrical-coordinate representation of color #BCBDEF: hue angle of 238.82º 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 #BCBDEF is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 189 | 239 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.06 |
| HSL | 238.82º | 0.61% | 0.84% | - |
| HSV(B) | 238.82º | 0.21% | 0.94% | - |
| XYZ | 54.52 | 53.32 | 89.08 | - |
| YUV | 194.4 | 153.17 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 239 | 0.21 | 0.21 | 0 | 0.06 | 238.82 | 0.61 | 0.84 |
| Hex | BC | BD | EF | 15 | 15 | 0 | 6 | EF | 3D | 54 |
| Octal | 274 | 275 | 357 | 25 | 25 | 0 | 6 | 357 | 75 | 124 |
| Binary | 10111100 | 10111101 | 11101111 | 10101 | 10101 | 0 | 110 | 11101111 | 111101 | 1010100 |
Color Harmonies of #BCBDEF
Complementary color
Monochromatic Colors of #BCBDEF
Black with #BCBDEF
Text Example
Text Example
White with #BCBDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBDEF; }
p { color: rgb(188,189,239); }
H1.HeaderClassName
{
color: #BCBDEF;
}
.AnyTagClassName
{
color: #BCBDEF;
}
</style>
background-color css
<style>
a { background-color: #BCBDEF; }
a { background-color: rgb(188,189,239); }
div.DivClassName
{
background-color: #BCBDEF;
}
.BgClassName
{
background-color: #BCBDEF;
}
</style>
border-color css
<style>
span { border-color: #BCBDEF; }
span { border-color: rgb(188,189,239); }
td.TdClassName
{
border-color: #BCBDEF;
}
.TagClassName
{
border-color: #BCBDEF;
}
</style>