Shades of Perano #BCC2F0
Tints of Perano #BCC2F0
RGB
CMYK
RGB Variations
Color information
#BCC2F0 (or 0xBCC2F0) is known color: Perano. HEX triplet: BC, C2 and F0. RGB value is (188,194,240). Sum of RGB (Red+Green+Blue) = 188+194+240=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 194 (76.17% from 255 or 31.19% from 622); Blue value is 240 (94.14% from 255 or 38.59% from 622); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCC2F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC2F0 is #433D0F. Grayscale: #C5C5C5. Windows color (decimal): -4406544 or 15778492. OLE color: 15778492.
HSL color Cylindrical-coordinate representation of color #BCC2F0: hue angle of 233.08º 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 #BCC2F0 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 194 | 240 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.06 |
| HSL | 233.08º | 0.63% | 0.84% | - |
| HSV(B) | 233.08º | 0.22% | 0.94% | - |
| XYZ | 55.76 | 55.57 | 90.22 | - |
| YUV | 197.45 | 152.01 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 240 | 0.22 | 0.19 | 0 | 0.06 | 233.08 | 0.63 | 0.84 |
| Hex | BC | C2 | F0 | 16 | 13 | 0 | 6 | E9 | 3F | 54 |
| Octal | 274 | 302 | 360 | 26 | 23 | 0 | 6 | 351 | 77 | 124 |
| Binary | 10111100 | 11000010 | 11110000 | 10110 | 10011 | 0 | 110 | 11101001 | 111111 | 1010100 |
Color Harmonies of #BCC2F0
Complementary color
Monochromatic Colors of #BCC2F0
Black with #BCC2F0
Text Example
Text Example
White with #BCC2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC2F0; }
p { color: rgb(188,194,240); }
H1.HeaderClassName
{
color: #BCC2F0;
}
.AnyTagClassName
{
color: #BCC2F0;
}
</style>
background-color css
<style>
a { background-color: #BCC2F0; }
a { background-color: rgb(188,194,240); }
div.DivClassName
{
background-color: #BCC2F0;
}
.BgClassName
{
background-color: #BCC2F0;
}
</style>
border-color css
<style>
span { border-color: #BCC2F0; }
span { border-color: rgb(188,194,240); }
td.TdClassName
{
border-color: #BCC2F0;
}
.TagClassName
{
border-color: #BCC2F0;
}
</style>