Shades of Perano #B2BADD
Tints of Perano #B2BADD
RGB
CMYK
RGB Variations
Color information
#B2BADD (or 0xB2BADD) is known color: Perano. HEX triplet: B2, BA and DD. RGB value is (178,186,221). Sum of RGB (Red+Green+Blue) = 178+186+221=585 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.43% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #B2BADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BADD is #4D4522. Grayscale: #BBBBBB. Windows color (decimal): -5063971 or 14531250. OLE color: 14531250.
HSL color Cylindrical-coordinate representation of color #B2BADD: hue angle of 228.84º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2BADD is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 186 | 221 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.13 |
| HSL | 228.84º | 0.39% | 0.78% | - |
| HSV(B) | 228.84º | 0.19% | 0.87% | - |
| XYZ | 48.97 | 49.8 | 75.44 | - |
| YUV | 187.6 | 146.85 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 221 | 0.19 | 0.16 | 0 | 0.13 | 228.84 | 0.39 | 0.78 |
| Hex | B2 | BA | DD | 13 | 10 | 0 | D | E5 | 27 | 4E |
| Octal | 262 | 272 | 335 | 23 | 20 | 0 | 15 | 345 | 47 | 116 |
| Binary | 10110010 | 10111010 | 11011101 | 10011 | 10000 | 0 | 1101 | 11100101 | 100111 | 1001110 |
Color Harmonies of #B2BADD
Complementary color
Monochromatic Colors of #B2BADD
Black with #B2BADD
Text Example
Text Example
White with #B2BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BADD; }
p { color: rgb(178,186,221); }
H1.HeaderClassName
{
color: #B2BADD;
}
.AnyTagClassName
{
color: #B2BADD;
}
</style>
background-color css
<style>
a { background-color: #B2BADD; }
a { background-color: rgb(178,186,221); }
div.DivClassName
{
background-color: #B2BADD;
}
.BgClassName
{
background-color: #B2BADD;
}
</style>
border-color css
<style>
span { border-color: #B2BADD; }
span { border-color: rgb(178,186,221); }
td.TdClassName
{
border-color: #B2BADD;
}
.TagClassName
{
border-color: #B2BADD;
}
</style>