Shades of Perano #B5BDDD
Tints of Perano #B5BDDD
RGB
CMYK
RGB Variations
Color information
#B5BDDD (or 0xB5BDDD) is known color: Perano. HEX triplet: B5, BD and DD. RGB value is (181,189,221). Sum of RGB (Red+Green+Blue) = 181+189+221=591 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.63% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #B5BDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BDDD is #4A4222. Grayscale: #BEBEBE. Windows color (decimal): -4866595 or 14532021. OLE color: 14532021.
HSL color Cylindrical-coordinate representation of color #B5BDDD: hue angle of 228º 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 #B5BDDD is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 189 | 221 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.13 |
| HSL | 228º | 0.37% | 0.79% | - |
| HSV(B) | 228º | 0.18% | 0.87% | - |
| XYZ | 50.3 | 51.44 | 75.68 | - |
| YUV | 190.26 | 145.35 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 189 | 221 | 0.18 | 0.14 | 0 | 0.13 | 228 | 0.37 | 0.79 |
| Hex | B5 | BD | DD | 12 | E | 0 | D | E4 | 25 | 4F |
| Octal | 265 | 275 | 335 | 22 | 16 | 0 | 15 | 344 | 45 | 117 |
| Binary | 10110101 | 10111101 | 11011101 | 10010 | 1110 | 0 | 1101 | 11100100 | 100101 | 1001111 |
Color Harmonies of #B5BDDD
Complementary color
Monochromatic Colors of #B5BDDD
Black with #B5BDDD
Text Example
Text Example
White with #B5BDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BDDD; }
p { color: rgb(181,189,221); }
H1.HeaderClassName
{
color: #B5BDDD;
}
.AnyTagClassName
{
color: #B5BDDD;
}
</style>
background-color css
<style>
a { background-color: #B5BDDD; }
a { background-color: rgb(181,189,221); }
div.DivClassName
{
background-color: #B5BDDD;
}
.BgClassName
{
background-color: #B5BDDD;
}
</style>
border-color css
<style>
span { border-color: #B5BDDD; }
span { border-color: rgb(181,189,221); }
td.TdClassName
{
border-color: #B5BDDD;
}
.TagClassName
{
border-color: #B5BDDD;
}
</style>