Shades of Perano #BCBFEE
Tints of Perano #BCBFEE
RGB
CMYK
RGB Variations
Color information
#BCBFEE (or 0xBCBFEE) is known color: Perano. HEX triplet: BC, BF and EE. RGB value is (188,191,238). Sum of RGB (Red+Green+Blue) = 188+191+238=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCBFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBFEE is #434011. Grayscale: #C3C3C3. Windows color (decimal): -4407314 or 15646652. OLE color: 15646652.
HSL color Cylindrical-coordinate representation of color #BCBFEE: hue angle of 236.4º 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 #BCBFEE is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 191 | 238 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.07 |
| HSL | 236.4º | 0.6% | 0.84% | - |
| HSV(B) | 236.4º | 0.21% | 0.93% | - |
| XYZ | 54.8 | 54.13 | 88.45 | - |
| YUV | 195.46 | 152.01 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 238 | 0.21 | 0.20 | 0 | 0.07 | 236.4 | 0.6 | 0.84 |
| Hex | BC | BF | EE | 15 | 14 | 0 | 7 | EC | 3C | 54 |
| Octal | 274 | 277 | 356 | 25 | 24 | 0 | 7 | 354 | 74 | 124 |
| Binary | 10111100 | 10111111 | 11101110 | 10101 | 10100 | 0 | 111 | 11101100 | 111100 | 1010100 |
Color Harmonies of #BCBFEE
Complementary color
Monochromatic Colors of #BCBFEE
Black with #BCBFEE
Text Example
Text Example
White with #BCBFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBFEE; }
p { color: rgb(188,191,238); }
H1.HeaderClassName
{
color: #BCBFEE;
}
.AnyTagClassName
{
color: #BCBFEE;
}
</style>
background-color css
<style>
a { background-color: #BCBFEE; }
a { background-color: rgb(188,191,238); }
div.DivClassName
{
background-color: #BCBFEE;
}
.BgClassName
{
background-color: #BCBFEE;
}
</style>
border-color css
<style>
span { border-color: #BCBFEE; }
span { border-color: rgb(188,191,238); }
td.TdClassName
{
border-color: #BCBFEE;
}
.TagClassName
{
border-color: #BCBFEE;
}
</style>