Shades of Perano #B2C0EA
Tints of Perano #B2C0EA
RGB
CMYK
RGB Variations
Color information
#B2C0EA (or 0xB2C0EA) is known color: Perano. HEX triplet: B2, C0 and EA. RGB value is (178,192,234). Sum of RGB (Red+Green+Blue) = 178+192+234=604 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.47% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #B2C0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2C0EA is #4D3F15. Grayscale: #C0C0C0. Windows color (decimal): -5062422 or 15384754. OLE color: 15384754.
HSL color Cylindrical-coordinate representation of color #B2C0EA: hue angle of 225º 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 #B2C0EA is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 192 | 234 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.08 |
| HSL | 225º | 0.57% | 0.81% | - |
| HSV(B) | 225º | 0.24% | 0.92% | - |
| XYZ | 52.06 | 53.1 | 85.35 | - |
| YUV | 192.6 | 151.36 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 192 | 234 | 0.24 | 0.18 | 0 | 0.08 | 225 | 0.57 | 0.81 |
| Hex | B2 | C0 | EA | 18 | 12 | 0 | 8 | E1 | 39 | 51 |
| Octal | 262 | 300 | 352 | 30 | 22 | 0 | 10 | 341 | 71 | 121 |
| Binary | 10110010 | 11000000 | 11101010 | 11000 | 10010 | 0 | 1000 | 11100001 | 111001 | 1010001 |
Color Harmonies of #B2C0EA
Complementary color
Monochromatic Colors of #B2C0EA
Black with #B2C0EA
Text Example
Text Example
White with #B2C0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C0EA; }
p { color: rgb(178,192,234); }
H1.HeaderClassName
{
color: #B2C0EA;
}
.AnyTagClassName
{
color: #B2C0EA;
}
</style>
background-color css
<style>
a { background-color: #B2C0EA; }
a { background-color: rgb(178,192,234); }
div.DivClassName
{
background-color: #B2C0EA;
}
.BgClassName
{
background-color: #B2C0EA;
}
</style>
border-color css
<style>
span { border-color: #B2C0EA; }
span { border-color: rgb(178,192,234); }
td.TdClassName
{
border-color: #B2C0EA;
}
.TagClassName
{
border-color: #B2C0EA;
}
</style>