Shades of Perano #B4BBDD
Tints of Perano #B4BBDD
RGB
CMYK
RGB Variations
Color information
#B4BBDD (or 0xB4BBDD) is known color: Perano. HEX triplet: B4, BB and DD. RGB value is (180,187,221). Sum of RGB (Red+Green+Blue) = 180+187+221=588 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.61% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #B4BBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BBDD is #4B4422. Grayscale: #BCBCBC. Windows color (decimal): -4932643 or 14531508. OLE color: 14531508.
HSL color Cylindrical-coordinate representation of color #B4BBDD: hue angle of 229.76º 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 #B4BBDD is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 187 | 221 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.13 |
| HSL | 229.76º | 0.38% | 0.79% | - |
| HSV(B) | 229.76º | 0.19% | 0.87% | - |
| XYZ | 49.64 | 50.46 | 75.53 | - |
| YUV | 188.78 | 146.18 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 187 | 221 | 0.19 | 0.15 | 0 | 0.13 | 229.76 | 0.38 | 0.79 |
| Hex | B4 | BB | DD | 13 | F | 0 | D | E6 | 26 | 4F |
| Octal | 264 | 273 | 335 | 23 | 17 | 0 | 15 | 346 | 46 | 117 |
| Binary | 10110100 | 10111011 | 11011101 | 10011 | 1111 | 0 | 1101 | 11100110 | 100110 | 1001111 |
Color Harmonies of #B4BBDD
Complementary color
Monochromatic Colors of #B4BBDD
Black with #B4BBDD
Text Example
Text Example
White with #B4BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BBDD; }
p { color: rgb(180,187,221); }
H1.HeaderClassName
{
color: #B4BBDD;
}
.AnyTagClassName
{
color: #B4BBDD;
}
</style>
background-color css
<style>
a { background-color: #B4BBDD; }
a { background-color: rgb(180,187,221); }
div.DivClassName
{
background-color: #B4BBDD;
}
.BgClassName
{
background-color: #B4BBDD;
}
</style>
border-color css
<style>
span { border-color: #B4BBDD; }
span { border-color: rgb(180,187,221); }
td.TdClassName
{
border-color: #B4BBDD;
}
.TagClassName
{
border-color: #B4BBDD;
}
</style>