Shades of Perano #B5BCDB
Tints of Perano #B5BCDB
RGB
CMYK
RGB Variations
Color information
#B5BCDB (or 0xB5BCDB) is known color: Perano. HEX triplet: B5, BC and DB. RGB value is (181,188,219). Sum of RGB (Red+Green+Blue) = 181+188+219=588 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.78% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #B5BCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BCDB is #4A4324. Grayscale: #BDBDBD. Windows color (decimal): -4866853 or 14400693. OLE color: 14400693.
HSL color Cylindrical-coordinate representation of color #B5BCDB: hue angle of 228.95º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5BCDB is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 188 | 219 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.14 |
| HSL | 228.95º | 0.35% | 0.78% | - |
| HSV(B) | 228.95º | 0.17% | 0.86% | - |
| XYZ | 49.83 | 50.9 | 74.22 | - |
| YUV | 189.44 | 144.68 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 188 | 219 | 0.17 | 0.14 | 0 | 0.14 | 228.95 | 0.35 | 0.78 |
| Hex | B5 | BC | DB | 11 | E | 0 | E | E5 | 23 | 4E |
| Octal | 265 | 274 | 333 | 21 | 16 | 0 | 16 | 345 | 43 | 116 |
| Binary | 10110101 | 10111100 | 11011011 | 10001 | 1110 | 0 | 1110 | 11100101 | 100011 | 1001110 |
Color Harmonies of #B5BCDB
Complementary color
Monochromatic Colors of #B5BCDB
Black with #B5BCDB
Text Example
Text Example
White with #B5BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BCDB; }
p { color: rgb(181,188,219); }
H1.HeaderClassName
{
color: #B5BCDB;
}
.AnyTagClassName
{
color: #B5BCDB;
}
</style>
background-color css
<style>
a { background-color: #B5BCDB; }
a { background-color: rgb(181,188,219); }
div.DivClassName
{
background-color: #B5BCDB;
}
.BgClassName
{
background-color: #B5BCDB;
}
</style>
border-color css
<style>
span { border-color: #B5BCDB; }
span { border-color: rgb(181,188,219); }
td.TdClassName
{
border-color: #B5BCDB;
}
.TagClassName
{
border-color: #B5BCDB;
}
</style>