Shades of Perano #B2BEEA
Tints of Perano #B2BEEA
RGB
CMYK
RGB Variations
Color information
#B2BEEA (or 0xB2BEEA) is known color: Perano. HEX triplet: B2, BE and EA. RGB value is (178,190,234). Sum of RGB (Red+Green+Blue) = 178+190+234=602 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.57% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #B2BEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BEEA is #4D4115. Grayscale: #BFBFBF. Windows color (decimal): -5062934 or 15384242. OLE color: 15384242.
HSL color Cylindrical-coordinate representation of color #B2BEEA: hue angle of 227.14º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2BEEA is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 190 | 234 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.08 |
| HSL | 227.14º | 0.57% | 0.81% | - |
| HSV(B) | 227.14º | 0.24% | 0.92% | - |
| XYZ | 51.62 | 52.23 | 85.2 | - |
| YUV | 191.43 | 152.02 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 190 | 234 | 0.24 | 0.19 | 0 | 0.08 | 227.14 | 0.57 | 0.81 |
| Hex | B2 | BE | EA | 18 | 13 | 0 | 8 | E3 | 39 | 51 |
| Octal | 262 | 276 | 352 | 30 | 23 | 0 | 10 | 343 | 71 | 121 |
| Binary | 10110010 | 10111110 | 11101010 | 11000 | 10011 | 0 | 1000 | 11100011 | 111001 | 1010001 |
Color Harmonies of #B2BEEA
Complementary color
Monochromatic Colors of #B2BEEA
Black with #B2BEEA
Text Example
Text Example
White with #B2BEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BEEA; }
p { color: rgb(178,190,234); }
H1.HeaderClassName
{
color: #B2BEEA;
}
.AnyTagClassName
{
color: #B2BEEA;
}
</style>
background-color css
<style>
a { background-color: #B2BEEA; }
a { background-color: rgb(178,190,234); }
div.DivClassName
{
background-color: #B2BEEA;
}
.BgClassName
{
background-color: #B2BEEA;
}
</style>
border-color css
<style>
span { border-color: #B2BEEA; }
span { border-color: rgb(178,190,234); }
td.TdClassName
{
border-color: #B2BEEA;
}
.TagClassName
{
border-color: #B2BEEA;
}
</style>