Shades of Perano #BCC0E9
Tints of Perano #BCC0E9
RGB
CMYK
RGB Variations
Color information
#BCC0E9 (or 0xBCC0E9) is known color: Perano. HEX triplet: BC, C0 and E9. RGB value is (188,192,233). Sum of RGB (Red+Green+Blue) = 188+192+233=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 192 (75.39% from 255 or 31.32% from 613); Blue value is 233 (91.41% from 255 or 38.01% from 613); Max value from RGB is 233 - color contains mainly: blue. Hex color #BCC0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC0E9 is #433F16. Grayscale: #C3C3C3. Windows color (decimal): -4407063 or 15319228. OLE color: 15319228.
HSL color Cylindrical-coordinate representation of color #BCC0E9: hue angle of 234.67º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCC0E9 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 192 | 233 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.09 |
| HSL | 234.67º | 0.51% | 0.83% | - |
| HSV(B) | 234.67º | 0.19% | 0.91% | - |
| XYZ | 54.3 | 54.27 | 84.7 | - |
| YUV | 195.48 | 149.17 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 233 | 0.19 | 0.18 | 0 | 0.09 | 234.67 | 0.51 | 0.83 |
| Hex | BC | C0 | E9 | 13 | 12 | 0 | 9 | EB | 33 | 53 |
| Octal | 274 | 300 | 351 | 23 | 22 | 0 | 11 | 353 | 63 | 123 |
| Binary | 10111100 | 11000000 | 11101001 | 10011 | 10010 | 0 | 1001 | 11101011 | 110011 | 1010011 |
Color Harmonies of #BCC0E9
Complementary color
Monochromatic Colors of #BCC0E9
Black with #BCC0E9
Text Example
Text Example
White with #BCC0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC0E9; }
p { color: rgb(188,192,233); }
H1.HeaderClassName
{
color: #BCC0E9;
}
.AnyTagClassName
{
color: #BCC0E9;
}
</style>
background-color css
<style>
a { background-color: #BCC0E9; }
a { background-color: rgb(188,192,233); }
div.DivClassName
{
background-color: #BCC0E9;
}
.BgClassName
{
background-color: #BCC0E9;
}
</style>
border-color css
<style>
span { border-color: #BCC0E9; }
span { border-color: rgb(188,192,233); }
td.TdClassName
{
border-color: #BCC0E9;
}
.TagClassName
{
border-color: #BCC0E9;
}
</style>