Shades of Perano #BCBDF0
Tints of Perano #BCBDF0
RGB
CMYK
RGB Variations
Color information
#BCBDF0 (or 0xBCBDF0) is known color: Perano. HEX triplet: BC, BD and F0. RGB value is (188,189,240). Sum of RGB (Red+Green+Blue) = 188+189+240=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 240 (94.14% from 255 or 38.90% from 617); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCBDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBDF0 is #43420F. Grayscale: #C2C2C2. Windows color (decimal): -4407824 or 15777212. OLE color: 15777212.
HSL color Cylindrical-coordinate representation of color #BCBDF0: hue angle of 238.85º 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 #BCBDF0 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 189 | 240 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.06 |
| HSL | 238.85º | 0.63% | 0.84% | - |
| HSV(B) | 238.85º | 0.22% | 0.94% | - |
| XYZ | 54.66 | 53.38 | 89.86 | - |
| YUV | 194.52 | 153.67 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 240 | 0.22 | 0.21 | 0 | 0.06 | 238.85 | 0.63 | 0.84 |
| Hex | BC | BD | F0 | 16 | 15 | 0 | 6 | EF | 3F | 54 |
| Octal | 274 | 275 | 360 | 26 | 25 | 0 | 6 | 357 | 77 | 124 |
| Binary | 10111100 | 10111101 | 11110000 | 10110 | 10101 | 0 | 110 | 11101111 | 111111 | 1010100 |
Color Harmonies of #BCBDF0
Complementary color
Monochromatic Colors of #BCBDF0
Black with #BCBDF0
Text Example
Text Example
White with #BCBDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBDF0; }
p { color: rgb(188,189,240); }
H1.HeaderClassName
{
color: #BCBDF0;
}
.AnyTagClassName
{
color: #BCBDF0;
}
</style>
background-color css
<style>
a { background-color: #BCBDF0; }
a { background-color: rgb(188,189,240); }
div.DivClassName
{
background-color: #BCBDF0;
}
.BgClassName
{
background-color: #BCBDF0;
}
</style>
border-color css
<style>
span { border-color: #BCBDF0; }
span { border-color: rgb(188,189,240); }
td.TdClassName
{
border-color: #BCBDF0;
}
.TagClassName
{
border-color: #BCBDF0;
}
</style>