Shades of Perano #B5BCDD
Tints of Perano #B5BCDD
RGB
CMYK
RGB Variations
Color information
#B5BCDD (or 0xB5BCDD) is known color: Perano. HEX triplet: B5, BC and DD. RGB value is (181,188,221). Sum of RGB (Red+Green+Blue) = 181+188+221=590 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.68% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #B5BCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BCDD is #4A4322. Grayscale: #BDBDBD. Windows color (decimal): -4866851 or 14531765. OLE color: 14531765.
HSL color Cylindrical-coordinate representation of color #B5BCDD: hue angle of 229.5º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5BCDD is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 188 | 221 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.13 |
| HSL | 229.5º | 0.37% | 0.79% | - |
| HSV(B) | 229.5º | 0.18% | 0.87% | - |
| XYZ | 50.09 | 51.01 | 75.61 | - |
| YUV | 189.67 | 145.68 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 188 | 221 | 0.18 | 0.15 | 0 | 0.13 | 229.5 | 0.37 | 0.79 |
| Hex | B5 | BC | DD | 12 | F | 0 | D | E6 | 25 | 4F |
| Octal | 265 | 274 | 335 | 22 | 17 | 0 | 15 | 346 | 45 | 117 |
| Binary | 10110101 | 10111100 | 11011101 | 10010 | 1111 | 0 | 1101 | 11100110 | 100101 | 1001111 |
Color Harmonies of #B5BCDD
Complementary color
Monochromatic Colors of #B5BCDD
Black with #B5BCDD
Text Example
Text Example
White with #B5BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BCDD; }
p { color: rgb(181,188,221); }
H1.HeaderClassName
{
color: #B5BCDD;
}
.AnyTagClassName
{
color: #B5BCDD;
}
</style>
background-color css
<style>
a { background-color: #B5BCDD; }
a { background-color: rgb(181,188,221); }
div.DivClassName
{
background-color: #B5BCDD;
}
.BgClassName
{
background-color: #B5BCDD;
}
</style>
border-color css
<style>
span { border-color: #B5BCDD; }
span { border-color: rgb(181,188,221); }
td.TdClassName
{
border-color: #B5BCDD;
}
.TagClassName
{
border-color: #B5BCDD;
}
</style>