Shades of Perano #B4BCDD
Tints of Perano #B4BCDD
RGB
CMYK
RGB Variations
Color information
#B4BCDD (or 0xB4BCDD) is known color: Perano. HEX triplet: B4, BC and DD. RGB value is (180,188,221). Sum of RGB (Red+Green+Blue) = 180+188+221=589 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.56% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #B4BCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BCDD is #4B4322. Grayscale: #BDBDBD. Windows color (decimal): -4932387 or 14531764. OLE color: 14531764.
HSL color Cylindrical-coordinate representation of color #B4BCDD: hue angle of 228.29º 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 #B4BCDD is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 188 | 221 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.13 |
| HSL | 228.29º | 0.38% | 0.79% | - |
| HSV(B) | 228.29º | 0.19% | 0.87% | - |
| XYZ | 49.86 | 50.89 | 75.6 | - |
| YUV | 189.37 | 145.85 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 188 | 221 | 0.19 | 0.15 | 0 | 0.13 | 228.29 | 0.38 | 0.79 |
| Hex | B4 | BC | DD | 13 | F | 0 | D | E4 | 26 | 4F |
| Octal | 264 | 274 | 335 | 23 | 17 | 0 | 15 | 344 | 46 | 117 |
| Binary | 10110100 | 10111100 | 11011101 | 10011 | 1111 | 0 | 1101 | 11100100 | 100110 | 1001111 |
Color Harmonies of #B4BCDD
Complementary color
Monochromatic Colors of #B4BCDD
Black with #B4BCDD
Text Example
Text Example
White with #B4BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BCDD; }
p { color: rgb(180,188,221); }
H1.HeaderClassName
{
color: #B4BCDD;
}
.AnyTagClassName
{
color: #B4BCDD;
}
</style>
background-color css
<style>
a { background-color: #B4BCDD; }
a { background-color: rgb(180,188,221); }
div.DivClassName
{
background-color: #B4BCDD;
}
.BgClassName
{
background-color: #B4BCDD;
}
</style>
border-color css
<style>
span { border-color: #B4BCDD; }
span { border-color: rgb(180,188,221); }
td.TdClassName
{
border-color: #B4BCDD;
}
.TagClassName
{
border-color: #B4BCDD;
}
</style>