Shades of Perano #BCC0F0
Tints of Perano #BCC0F0
RGB
CMYK
RGB Variations
Color information
#BCC0F0 (or 0xBCC0F0) is known color: Perano. HEX triplet: BC, C0 and F0. RGB value is (188,192,240). Sum of RGB (Red+Green+Blue) = 188+192+240=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 192 (75.39% from 255 or 30.97% from 620); Blue value is 240 (94.14% from 255 or 38.71% from 620); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCC0F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC0F0 is #433F0F. Grayscale: #C4C4C4. Windows color (decimal): -4407056 or 15777980. OLE color: 15777980.
HSL color Cylindrical-coordinate representation of color #BCC0F0: hue angle of 235.38º 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 #BCC0F0 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 192 | 240 | - |
| CMYK | 0.22 | 0.20 | 0 | 0.06 |
| HSL | 235.38º | 0.63% | 0.84% | - |
| HSV(B) | 235.38º | 0.22% | 0.94% | - |
| XYZ | 55.32 | 54.68 | 90.08 | - |
| YUV | 196.28 | 152.67 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 240 | 0.22 | 0.20 | 0 | 0.06 | 235.38 | 0.63 | 0.84 |
| Hex | BC | C0 | F0 | 16 | 14 | 0 | 6 | EB | 3F | 54 |
| Octal | 274 | 300 | 360 | 26 | 24 | 0 | 6 | 353 | 77 | 124 |
| Binary | 10111100 | 11000000 | 11110000 | 10110 | 10100 | 0 | 110 | 11101011 | 111111 | 1010100 |
Color Harmonies of #BCC0F0
Complementary color
Monochromatic Colors of #BCC0F0
Black with #BCC0F0
Text Example
Text Example
White with #BCC0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC0F0; }
p { color: rgb(188,192,240); }
H1.HeaderClassName
{
color: #BCC0F0;
}
.AnyTagClassName
{
color: #BCC0F0;
}
</style>
background-color css
<style>
a { background-color: #BCC0F0; }
a { background-color: rgb(188,192,240); }
div.DivClassName
{
background-color: #BCC0F0;
}
.BgClassName
{
background-color: #BCC0F0;
}
</style>
border-color css
<style>
span { border-color: #BCC0F0; }
span { border-color: rgb(188,192,240); }
td.TdClassName
{
border-color: #BCC0F0;
}
.TagClassName
{
border-color: #BCC0F0;
}
</style>