Shades of Perano #B2BEEC
Tints of Perano #B2BEEC
RGB
CMYK
RGB Variations
Color information
#B2BEEC (or 0xB2BEEC) is known color: Perano. HEX triplet: B2, BE and EC. RGB value is (178,190,236). Sum of RGB (Red+Green+Blue) = 178+190+236=604 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.47% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #B2BEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BEEC is #4D4113. Grayscale: #BFBFBF. Windows color (decimal): -5062932 or 15515314. OLE color: 15515314.
HSL color Cylindrical-coordinate representation of color #B2BEEC: hue angle of 227.59º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2BEEC is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 190 | 236 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.07 |
| HSL | 227.59º | 0.6% | 0.81% | - |
| HSV(B) | 227.59º | 0.25% | 0.93% | - |
| XYZ | 51.91 | 52.35 | 86.72 | - |
| YUV | 191.66 | 153.02 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 190 | 236 | 0.25 | 0.19 | 0 | 0.07 | 227.59 | 0.6 | 0.81 |
| Hex | B2 | BE | EC | 19 | 13 | 0 | 7 | E4 | 3C | 51 |
| Octal | 262 | 276 | 354 | 31 | 23 | 0 | 7 | 344 | 74 | 121 |
| Binary | 10110010 | 10111110 | 11101100 | 11001 | 10011 | 0 | 111 | 11100100 | 111100 | 1010001 |
Color Harmonies of #B2BEEC
Complementary color
Monochromatic Colors of #B2BEEC
Black with #B2BEEC
Text Example
Text Example
White with #B2BEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BEEC; }
p { color: rgb(178,190,236); }
H1.HeaderClassName
{
color: #B2BEEC;
}
.AnyTagClassName
{
color: #B2BEEC;
}
</style>
background-color css
<style>
a { background-color: #B2BEEC; }
a { background-color: rgb(178,190,236); }
div.DivClassName
{
background-color: #B2BEEC;
}
.BgClassName
{
background-color: #B2BEEC;
}
</style>
border-color css
<style>
span { border-color: #B2BEEC; }
span { border-color: rgb(178,190,236); }
td.TdClassName
{
border-color: #B2BEEC;
}
.TagClassName
{
border-color: #B2BEEC;
}
</style>