Shades of Perano #BCBFED
Tints of Perano #BCBFED
RGB
CMYK
RGB Variations
Color information
#BCBFED (or 0xBCBFED) is known color: Perano. HEX triplet: BC, BF and ED. RGB value is (188,191,237). Sum of RGB (Red+Green+Blue) = 188+191+237=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCBFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBFED is #434012. Grayscale: #C3C3C3. Windows color (decimal): -4407315 or 15581116. OLE color: 15581116.
HSL color Cylindrical-coordinate representation of color #BCBFED: hue angle of 236.33º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCBFED is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 191 | 237 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.07 |
| HSL | 236.33º | 0.58% | 0.83% | - |
| HSV(B) | 236.33º | 0.21% | 0.93% | - |
| XYZ | 54.66 | 54.07 | 87.68 | - |
| YUV | 195.35 | 151.51 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 237 | 0.21 | 0.19 | 0 | 0.07 | 236.33 | 0.58 | 0.83 |
| Hex | BC | BF | ED | 15 | 13 | 0 | 7 | EC | 3A | 53 |
| Octal | 274 | 277 | 355 | 25 | 23 | 0 | 7 | 354 | 72 | 123 |
| Binary | 10111100 | 10111111 | 11101101 | 10101 | 10011 | 0 | 111 | 11101100 | 111010 | 1010011 |
Color Harmonies of #BCBFED
Complementary color
Monochromatic Colors of #BCBFED
Black with #BCBFED
Text Example
Text Example
White with #BCBFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBFED; }
p { color: rgb(188,191,237); }
H1.HeaderClassName
{
color: #BCBFED;
}
.AnyTagClassName
{
color: #BCBFED;
}
</style>
background-color css
<style>
a { background-color: #BCBFED; }
a { background-color: rgb(188,191,237); }
div.DivClassName
{
background-color: #BCBFED;
}
.BgClassName
{
background-color: #BCBFED;
}
</style>
border-color css
<style>
span { border-color: #BCBFED; }
span { border-color: rgb(188,191,237); }
td.TdClassName
{
border-color: #BCBFED;
}
.TagClassName
{
border-color: #BCBFED;
}
</style>