Shades of Perano #BCC0EC
Tints of Perano #BCC0EC
RGB
CMYK
RGB Variations
Color information
#BCC0EC (or 0xBCC0EC) is known color: Perano. HEX triplet: BC, C0 and EC. RGB value is (188,192,236). Sum of RGB (Red+Green+Blue) = 188+192+236=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 192 (75.39% from 255 or 31.17% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCC0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC0EC is #433F13. Grayscale: #C3C3C3. Windows color (decimal): -4407060 or 15515836. OLE color: 15515836.
HSL color Cylindrical-coordinate representation of color #BCC0EC: hue angle of 235º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCC0EC is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 192 | 236 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.07 |
| HSL | 235º | 0.56% | 0.83% | - |
| HSV(B) | 235º | 0.2% | 0.93% | - |
| XYZ | 54.73 | 54.45 | 86.98 | - |
| YUV | 195.82 | 150.67 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 236 | 0.20 | 0.19 | 0 | 0.07 | 235 | 0.56 | 0.83 |
| Hex | BC | C0 | EC | 14 | 13 | 0 | 7 | EB | 38 | 53 |
| Octal | 274 | 300 | 354 | 24 | 23 | 0 | 7 | 353 | 70 | 123 |
| Binary | 10111100 | 11000000 | 11101100 | 10100 | 10011 | 0 | 111 | 11101011 | 111000 | 1010011 |
Color Harmonies of #BCC0EC
Complementary color
Monochromatic Colors of #BCC0EC
Black with #BCC0EC
Text Example
Text Example
White with #BCC0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC0EC; }
p { color: rgb(188,192,236); }
H1.HeaderClassName
{
color: #BCC0EC;
}
.AnyTagClassName
{
color: #BCC0EC;
}
</style>
background-color css
<style>
a { background-color: #BCC0EC; }
a { background-color: rgb(188,192,236); }
div.DivClassName
{
background-color: #BCC0EC;
}
.BgClassName
{
background-color: #BCC0EC;
}
</style>
border-color css
<style>
span { border-color: #BCC0EC; }
span { border-color: rgb(188,192,236); }
td.TdClassName
{
border-color: #BCC0EC;
}
.TagClassName
{
border-color: #BCC0EC;
}
</style>