Shades of Perano #BCBDEE
Tints of Perano #BCBDEE
RGB
CMYK
RGB Variations
Color information
#BCBDEE (or 0xBCBDEE) is known color: Perano. HEX triplet: BC, BD and EE. RGB value is (188,189,238). Sum of RGB (Red+Green+Blue) = 188+189+238=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCBDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBDEE is #434211. Grayscale: #C2C2C2. Windows color (decimal): -4407826 or 15646140. OLE color: 15646140.
HSL color Cylindrical-coordinate representation of color #BCBDEE: hue angle of 238.8º degrees, saturation: 0.6, 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 #BCBDEE is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 189 | 238 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.07 |
| HSL | 238.8º | 0.6% | 0.84% | - |
| HSV(B) | 238.8º | 0.21% | 0.93% | - |
| XYZ | 54.37 | 53.26 | 88.3 | - |
| YUV | 194.29 | 152.67 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 238 | 0.21 | 0.21 | 0 | 0.07 | 238.8 | 0.6 | 0.84 |
| Hex | BC | BD | EE | 15 | 15 | 0 | 7 | EF | 3C | 54 |
| Octal | 274 | 275 | 356 | 25 | 25 | 0 | 7 | 357 | 74 | 124 |
| Binary | 10111100 | 10111101 | 11101110 | 10101 | 10101 | 0 | 111 | 11101111 | 111100 | 1010100 |
Color Harmonies of #BCBDEE
Complementary color
Monochromatic Colors of #BCBDEE
Black with #BCBDEE
Text Example
Text Example
White with #BCBDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBDEE; }
p { color: rgb(188,189,238); }
H1.HeaderClassName
{
color: #BCBDEE;
}
.AnyTagClassName
{
color: #BCBDEE;
}
</style>
background-color css
<style>
a { background-color: #BCBDEE; }
a { background-color: rgb(188,189,238); }
div.DivClassName
{
background-color: #BCBDEE;
}
.BgClassName
{
background-color: #BCBDEE;
}
</style>
border-color css
<style>
span { border-color: #BCBDEE; }
span { border-color: rgb(188,189,238); }
td.TdClassName
{
border-color: #BCBDEE;
}
.TagClassName
{
border-color: #BCBDEE;
}
</style>