Shades of Perano #B5B9DD
Tints of Perano #B5B9DD
RGB
CMYK
RGB Variations
Color information
#B5B9DD (or 0xB5B9DD) is known color: Perano. HEX triplet: B5, B9 and DD. RGB value is (181,185,221). Sum of RGB (Red+Green+Blue) = 181+185+221=587 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.83% from 587); Green value is 185 (72.66% from 255 or 31.52% 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 #B5B9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B9DD is #4A4622. Grayscale: #BBBBBB. Windows color (decimal): -4867619 or 14530997. OLE color: 14530997.
HSL color Cylindrical-coordinate representation of color #B5B9DD: hue angle of 234º 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 #B5B9DD is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 185 | 221 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.13 |
| HSL | 234º | 0.37% | 0.79% | - |
| HSV(B) | 234º | 0.18% | 0.87% | - |
| XYZ | 49.46 | 49.74 | 75.4 | - |
| YUV | 187.91 | 146.67 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 185 | 221 | 0.18 | 0.16 | 0 | 0.13 | 234 | 0.37 | 0.79 |
| Hex | B5 | B9 | DD | 12 | 10 | 0 | D | EA | 25 | 4F |
| Octal | 265 | 271 | 335 | 22 | 20 | 0 | 15 | 352 | 45 | 117 |
| Binary | 10110101 | 10111001 | 11011101 | 10010 | 10000 | 0 | 1101 | 11101010 | 100101 | 1001111 |
Color Harmonies of #B5B9DD
Complementary color
Monochromatic Colors of #B5B9DD
Black with #B5B9DD
Text Example
Text Example
White with #B5B9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B9DD; }
p { color: rgb(181,185,221); }
H1.HeaderClassName
{
color: #B5B9DD;
}
.AnyTagClassName
{
color: #B5B9DD;
}
</style>
background-color css
<style>
a { background-color: #B5B9DD; }
a { background-color: rgb(181,185,221); }
div.DivClassName
{
background-color: #B5B9DD;
}
.BgClassName
{
background-color: #B5B9DD;
}
</style>
border-color css
<style>
span { border-color: #B5B9DD; }
span { border-color: rgb(181,185,221); }
td.TdClassName
{
border-color: #B5B9DD;
}
.TagClassName
{
border-color: #B5B9DD;
}
</style>