Shades of Perano #B4BADD
Tints of Perano #B4BADD
RGB
CMYK
RGB Variations
Color information
#B4BADD (or 0xB4BADD) is known color: Perano. HEX triplet: B4, BA and DD. RGB value is (180,186,221). Sum of RGB (Red+Green+Blue) = 180+186+221=587 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.66% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #B4BADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BADD is #4B4522. Grayscale: #BCBCBC. Windows color (decimal): -4932899 or 14531252. OLE color: 14531252.
HSL color Cylindrical-coordinate representation of color #B4BADD: hue angle of 231.22º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4BADD is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 186 | 221 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.13 |
| HSL | 231.22º | 0.38% | 0.79% | - |
| HSV(B) | 231.22º | 0.19% | 0.87% | - |
| XYZ | 49.43 | 50.04 | 75.46 | - |
| YUV | 188.2 | 146.51 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 186 | 221 | 0.19 | 0.16 | 0 | 0.13 | 231.22 | 0.38 | 0.79 |
| Hex | B4 | BA | DD | 13 | 10 | 0 | D | E7 | 26 | 4F |
| Octal | 264 | 272 | 335 | 23 | 20 | 0 | 15 | 347 | 46 | 117 |
| Binary | 10110100 | 10111010 | 11011101 | 10011 | 10000 | 0 | 1101 | 11100111 | 100110 | 1001111 |
Color Harmonies of #B4BADD
Complementary color
Monochromatic Colors of #B4BADD
Black with #B4BADD
Text Example
Text Example
White with #B4BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BADD; }
p { color: rgb(180,186,221); }
H1.HeaderClassName
{
color: #B4BADD;
}
.AnyTagClassName
{
color: #B4BADD;
}
</style>
background-color css
<style>
a { background-color: #B4BADD; }
a { background-color: rgb(180,186,221); }
div.DivClassName
{
background-color: #B4BADD;
}
.BgClassName
{
background-color: #B4BADD;
}
</style>
border-color css
<style>
span { border-color: #B4BADD; }
span { border-color: rgb(180,186,221); }
td.TdClassName
{
border-color: #B4BADD;
}
.TagClassName
{
border-color: #B4BADD;
}
</style>