Shades of Perano #B5BFDD
Tints of Perano #B5BFDD
RGB
CMYK
RGB Variations
Color information
#B5BFDD (or 0xB5BFDD) is known color: Perano. HEX triplet: B5, BF and DD. RGB value is (181,191,221). Sum of RGB (Red+Green+Blue) = 181+191+221=593 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.52% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 221 - color contains mainly: blue. Hex color #B5BFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BFDD is #4A4022. Grayscale: #BFBFBF. Windows color (decimal): -4866083 or 14532533. OLE color: 14532533.
HSL color Cylindrical-coordinate representation of color #B5BFDD: hue angle of 225º 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 #B5BFDD is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 191 | 221 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.13 |
| HSL | 225º | 0.37% | 0.79% | - |
| HSV(B) | 225º | 0.18% | 0.87% | - |
| XYZ | 50.74 | 52.31 | 75.83 | - |
| YUV | 191.43 | 144.69 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 191 | 221 | 0.18 | 0.14 | 0 | 0.13 | 225 | 0.37 | 0.79 |
| Hex | B5 | BF | DD | 12 | E | 0 | D | E1 | 25 | 4F |
| Octal | 265 | 277 | 335 | 22 | 16 | 0 | 15 | 341 | 45 | 117 |
| Binary | 10110101 | 10111111 | 11011101 | 10010 | 1110 | 0 | 1101 | 11100001 | 100101 | 1001111 |
Color Harmonies of #B5BFDD
Complementary color
Monochromatic Colors of #B5BFDD
Black with #B5BFDD
Text Example
Text Example
White with #B5BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BFDD; }
p { color: rgb(181,191,221); }
H1.HeaderClassName
{
color: #B5BFDD;
}
.AnyTagClassName
{
color: #B5BFDD;
}
</style>
background-color css
<style>
a { background-color: #B5BFDD; }
a { background-color: rgb(181,191,221); }
div.DivClassName
{
background-color: #B5BFDD;
}
.BgClassName
{
background-color: #B5BFDD;
}
</style>
border-color css
<style>
span { border-color: #B5BFDD; }
span { border-color: rgb(181,191,221); }
td.TdClassName
{
border-color: #B5BFDD;
}
.TagClassName
{
border-color: #B5BFDD;
}
</style>