Shades of Perano #B2BCE1
Tints of Perano #B2BCE1
RGB
CMYK
RGB Variations
Color information
#B2BCE1 (or 0xB2BCE1) is known color: Perano. HEX triplet: B2, BC and E1. RGB value is (178,188,225). Sum of RGB (Red+Green+Blue) = 178+188+225=591 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.12% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 225 - color contains mainly: blue. Hex color #B2BCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BCE1 is #4D431E. Grayscale: #BDBDBD. Windows color (decimal): -5063455 or 14793906. OLE color: 14793906.
HSL color Cylindrical-coordinate representation of color #B2BCE1: hue angle of 227.23º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2BCE1 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 188 | 225 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.12 |
| HSL | 227.23º | 0.44% | 0.79% | - |
| HSV(B) | 227.23º | 0.21% | 0.88% | - |
| XYZ | 49.93 | 50.87 | 78.42 | - |
| YUV | 189.23 | 148.19 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 188 | 225 | 0.21 | 0.16 | 0 | 0.12 | 227.23 | 0.44 | 0.79 |
| Hex | B2 | BC | E1 | 15 | 10 | 0 | C | E3 | 2C | 4F |
| Octal | 262 | 274 | 341 | 25 | 20 | 0 | 14 | 343 | 54 | 117 |
| Binary | 10110010 | 10111100 | 11100001 | 10101 | 10000 | 0 | 1100 | 11100011 | 101100 | 1001111 |
Color Harmonies of #B2BCE1
Complementary color
Monochromatic Colors of #B2BCE1
Black with #B2BCE1
Text Example
Text Example
White with #B2BCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BCE1; }
p { color: rgb(178,188,225); }
H1.HeaderClassName
{
color: #B2BCE1;
}
.AnyTagClassName
{
color: #B2BCE1;
}
</style>
background-color css
<style>
a { background-color: #B2BCE1; }
a { background-color: rgb(178,188,225); }
div.DivClassName
{
background-color: #B2BCE1;
}
.BgClassName
{
background-color: #B2BCE1;
}
</style>
border-color css
<style>
span { border-color: #B2BCE1; }
span { border-color: rgb(178,188,225); }
td.TdClassName
{
border-color: #B2BCE1;
}
.TagClassName
{
border-color: #B2BCE1;
}
</style>