Shades of Perano #B2BDE1
Tints of Perano #B2BDE1
RGB
CMYK
RGB Variations
Color information
#B2BDE1 (or 0xB2BDE1) is known color: Perano. HEX triplet: B2, BD and E1. RGB value is (178,189,225). Sum of RGB (Red+Green+Blue) = 178+189+225=592 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.07% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 225 (88.28% from 255 or 38.01% from 592); Max value from RGB is 225 - color contains mainly: blue. Hex color #B2BDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BDE1 is #4D421E. Grayscale: #BDBDBD. Windows color (decimal): -5063199 or 14794162. OLE color: 14794162.
HSL color Cylindrical-coordinate representation of color #B2BDE1: hue angle of 225.96º 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 #B2BDE1 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 189 | 225 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.12 |
| HSL | 225.96º | 0.44% | 0.79% | - |
| HSV(B) | 225.96º | 0.21% | 0.88% | - |
| XYZ | 50.15 | 51.3 | 78.49 | - |
| YUV | 189.82 | 147.86 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 189 | 225 | 0.21 | 0.16 | 0 | 0.12 | 225.96 | 0.44 | 0.79 |
| Hex | B2 | BD | E1 | 15 | 10 | 0 | C | E2 | 2C | 4F |
| Octal | 262 | 275 | 341 | 25 | 20 | 0 | 14 | 342 | 54 | 117 |
| Binary | 10110010 | 10111101 | 11100001 | 10101 | 10000 | 0 | 1100 | 11100010 | 101100 | 1001111 |
Color Harmonies of #B2BDE1
Complementary color
Monochromatic Colors of #B2BDE1
Black with #B2BDE1
Text Example
Text Example
White with #B2BDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BDE1; }
p { color: rgb(178,189,225); }
H1.HeaderClassName
{
color: #B2BDE1;
}
.AnyTagClassName
{
color: #B2BDE1;
}
</style>
background-color css
<style>
a { background-color: #B2BDE1; }
a { background-color: rgb(178,189,225); }
div.DivClassName
{
background-color: #B2BDE1;
}
.BgClassName
{
background-color: #B2BDE1;
}
</style>
border-color css
<style>
span { border-color: #B2BDE1; }
span { border-color: rgb(178,189,225); }
td.TdClassName
{
border-color: #B2BDE1;
}
.TagClassName
{
border-color: #B2BDE1;
}
</style>