Shades of Perano #B4BCE6
Tints of Perano #B4BCE6
RGB
CMYK
RGB Variations
Color information
#B4BCE6 (or 0xB4BCE6) is known color: Perano. HEX triplet: B4, BC and E6. RGB value is (180,188,230). Sum of RGB (Red+Green+Blue) = 180+188+230=598 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.10% from 598); Green value is 188 (73.83% from 255 or 31.44% from 598); Blue value is 230 (90.23% from 255 or 38.46% from 598); Max value from RGB is 230 - color contains mainly: blue. Hex color #B4BCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BCE6 is #4B4319. Grayscale: #BEBEBE. Windows color (decimal): -4932378 or 15121588. OLE color: 15121588.
HSL color Cylindrical-coordinate representation of color #B4BCE6: hue angle of 230.4º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4BCE6 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 188 | 230 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.10 |
| HSL | 230.4º | 0.5% | 0.8% | - |
| HSV(B) | 230.4º | 0.22% | 0.9% | - |
| XYZ | 51.09 | 51.38 | 82.09 | - |
| YUV | 190.4 | 150.35 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 188 | 230 | 0.22 | 0.18 | 0 | 0.10 | 230.4 | 0.5 | 0.8 |
| Hex | B4 | BC | E6 | 16 | 12 | 0 | A | E6 | 32 | 50 |
| Octal | 264 | 274 | 346 | 26 | 22 | 0 | 12 | 346 | 62 | 120 |
| Binary | 10110100 | 10111100 | 11100110 | 10110 | 10010 | 0 | 1010 | 11100110 | 110010 | 1010000 |
Color Harmonies of #B4BCE6
Complementary color
Monochromatic Colors of #B4BCE6
Black with #B4BCE6
Text Example
Text Example
White with #B4BCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BCE6; }
p { color: rgb(180,188,230); }
H1.HeaderClassName
{
color: #B4BCE6;
}
.AnyTagClassName
{
color: #B4BCE6;
}
</style>
background-color css
<style>
a { background-color: #B4BCE6; }
a { background-color: rgb(180,188,230); }
div.DivClassName
{
background-color: #B4BCE6;
}
.BgClassName
{
background-color: #B4BCE6;
}
</style>
border-color css
<style>
span { border-color: #B4BCE6; }
span { border-color: rgb(180,188,230); }
td.TdClassName
{
border-color: #B4BCE6;
}
.TagClassName
{
border-color: #B4BCE6;
}
</style>