Shades of Perano #BCBEF0
Tints of Perano #BCBEF0
RGB
CMYK
RGB Variations
Color information
#BCBEF0 (or 0xBCBEF0) is known color: Perano. HEX triplet: BC, BE and F0. RGB value is (188,190,240). Sum of RGB (Red+Green+Blue) = 188+190+240=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCBEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBEF0 is #43410F. Grayscale: #C2C2C2. Windows color (decimal): -4407568 or 15777468. OLE color: 15777468.
HSL color Cylindrical-coordinate representation of color #BCBEF0: hue angle of 237.69º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCBEF0 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 190 | 240 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.06 |
| HSL | 237.69º | 0.63% | 0.84% | - |
| HSV(B) | 237.69º | 0.22% | 0.94% | - |
| XYZ | 54.88 | 53.81 | 89.93 | - |
| YUV | 195.1 | 153.34 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 240 | 0.22 | 0.21 | 0 | 0.06 | 237.69 | 0.63 | 0.84 |
| Hex | BC | BE | F0 | 16 | 15 | 0 | 6 | EE | 3F | 54 |
| Octal | 274 | 276 | 360 | 26 | 25 | 0 | 6 | 356 | 77 | 124 |
| Binary | 10111100 | 10111110 | 11110000 | 10110 | 10101 | 0 | 110 | 11101110 | 111111 | 1010100 |
Color Harmonies of #BCBEF0
Complementary color
Monochromatic Colors of #BCBEF0
Black with #BCBEF0
Text Example
Text Example
White with #BCBEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBEF0; }
p { color: rgb(188,190,240); }
H1.HeaderClassName
{
color: #BCBEF0;
}
.AnyTagClassName
{
color: #BCBEF0;
}
</style>
background-color css
<style>
a { background-color: #BCBEF0; }
a { background-color: rgb(188,190,240); }
div.DivClassName
{
background-color: #BCBEF0;
}
.BgClassName
{
background-color: #BCBEF0;
}
</style>
border-color css
<style>
span { border-color: #BCBEF0; }
span { border-color: rgb(188,190,240); }
td.TdClassName
{
border-color: #BCBEF0;
}
.TagClassName
{
border-color: #BCBEF0;
}
</style>