Shades of Perano #B2BAE6
Tints of Perano #B2BAE6
RGB
CMYK
RGB Variations
Color information
#B2BAE6 (or 0xB2BAE6) is known color: Perano. HEX triplet: B2, BA and E6. RGB value is (178,186,230). Sum of RGB (Red+Green+Blue) = 178+186+230=594 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.97% from 594); Green value is 186 (73.05% from 255 or 31.31% from 594); Blue value is 230 (90.23% from 255 or 38.72% from 594); Max value from RGB is 230 - color contains mainly: blue. Hex color #B2BAE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BAE6 is #4D4519. Grayscale: #BCBCBC. Windows color (decimal): -5063962 or 15121074. OLE color: 15121074.
HSL color Cylindrical-coordinate representation of color #B2BAE6: hue angle of 230.77º degrees, saturation: 0.51, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2BAE6 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 186 | 230 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.10 |
| HSL | 230.77º | 0.51% | 0.8% | - |
| HSV(B) | 230.77º | 0.23% | 0.9% | - |
| XYZ | 50.2 | 50.3 | 81.93 | - |
| YUV | 188.62 | 151.35 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 230 | 0.23 | 0.19 | 0 | 0.10 | 230.77 | 0.51 | 0.8 |
| Hex | B2 | BA | E6 | 17 | 13 | 0 | A | E7 | 33 | 50 |
| Octal | 262 | 272 | 346 | 27 | 23 | 0 | 12 | 347 | 63 | 120 |
| Binary | 10110010 | 10111010 | 11100110 | 10111 | 10011 | 0 | 1010 | 11100111 | 110011 | 1010000 |
Color Harmonies of #B2BAE6
Complementary color
Monochromatic Colors of #B2BAE6
Black with #B2BAE6
Text Example
Text Example
White with #B2BAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BAE6; }
p { color: rgb(178,186,230); }
H1.HeaderClassName
{
color: #B2BAE6;
}
.AnyTagClassName
{
color: #B2BAE6;
}
</style>
background-color css
<style>
a { background-color: #B2BAE6; }
a { background-color: rgb(178,186,230); }
div.DivClassName
{
background-color: #B2BAE6;
}
.BgClassName
{
background-color: #B2BAE6;
}
</style>
border-color css
<style>
span { border-color: #B2BAE6; }
span { border-color: rgb(178,186,230); }
td.TdClassName
{
border-color: #B2BAE6;
}
.TagClassName
{
border-color: #B2BAE6;
}
</style>