Shades of Perano #B4C0E1
Tints of Perano #B4C0E1
RGB
CMYK
RGB Variations
Color information
#B4C0E1 (or 0xB4C0E1) is known color: Perano. HEX triplet: B4, C0 and E1. RGB value is (180,192,225). Sum of RGB (Red+Green+Blue) = 180+192+225=597 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.15% from 597); Green value is 192 (75.39% from 255 or 32.16% from 597); Blue value is 225 (88.28% from 255 or 37.69% from 597); Max value from RGB is 225 - color contains mainly: blue. Hex color #B4C0E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C0E1 is #4B3F1E. Grayscale: #C0C0C0. Windows color (decimal): -4931359 or 14794932. OLE color: 14794932.
HSL color Cylindrical-coordinate representation of color #B4C0E1: hue angle of 224º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4C0E1 is Cyan = 0.2, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 192 | 225 | - |
| CMYK | 0.2 | 0.15 | 0 | 0.12 |
| HSL | 224º | 0.43% | 0.79% | - |
| HSV(B) | 224º | 0.2% | 0.88% | - |
| XYZ | 51.26 | 52.84 | 78.73 | - |
| YUV | 192.17 | 146.52 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 192 | 225 | 0.2 | 0.15 | 0 | 0.12 | 224 | 0.43 | 0.79 |
| Hex | B4 | C0 | E1 | 14 | F | 0 | C | E0 | 2B | 4F |
| Octal | 264 | 300 | 341 | 24 | 17 | 0 | 14 | 340 | 53 | 117 |
| Binary | 10110100 | 11000000 | 11100001 | 10100 | 1111 | 0 | 1100 | 11100000 | 101011 | 1001111 |
Color Harmonies of #B4C0E1
Complementary color
Monochromatic Colors of #B4C0E1
Black with #B4C0E1
Text Example
Text Example
White with #B4C0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C0E1; }
p { color: rgb(180,192,225); }
H1.HeaderClassName
{
color: #B4C0E1;
}
.AnyTagClassName
{
color: #B4C0E1;
}
</style>
background-color css
<style>
a { background-color: #B4C0E1; }
a { background-color: rgb(180,192,225); }
div.DivClassName
{
background-color: #B4C0E1;
}
.BgClassName
{
background-color: #B4C0E1;
}
</style>
border-color css
<style>
span { border-color: #B4C0E1; }
span { border-color: rgb(180,192,225); }
td.TdClassName
{
border-color: #B4C0E1;
}
.TagClassName
{
border-color: #B4C0E1;
}
</style>