Shades of Perano #B9BFDD
Tints of Perano #B9BFDD
RGB
CMYK
RGB Variations
Color information
#B9BFDD (or 0xB9BFDD) is known color: Perano. HEX triplet: B9, BF and DD. RGB value is (185,191,221). Sum of RGB (Red+Green+Blue) = 185+191+221=597 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.99% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #B9BFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BFDD is #464022. Grayscale: #C0C0C0. Windows color (decimal): -4603939 or 14532537. OLE color: 14532537.
HSL color Cylindrical-coordinate representation of color #B9BFDD: hue angle of 230º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9BFDD is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 191 | 221 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.13 |
| HSL | 230º | 0.35% | 0.8% | - |
| HSV(B) | 230º | 0.16% | 0.87% | - |
| XYZ | 51.69 | 52.8 | 75.87 | - |
| YUV | 192.63 | 144.01 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 191 | 221 | 0.16 | 0.14 | 0 | 0.13 | 230 | 0.35 | 0.8 |
| Hex | B9 | BF | DD | 10 | E | 0 | D | E6 | 23 | 50 |
| Octal | 271 | 277 | 335 | 20 | 16 | 0 | 15 | 346 | 43 | 120 |
| Binary | 10111001 | 10111111 | 11011101 | 10000 | 1110 | 0 | 1101 | 11100110 | 100011 | 1010000 |
Color Harmonies of #B9BFDD
Complementary color
Monochromatic Colors of #B9BFDD
Black with #B9BFDD
Text Example
Text Example
White with #B9BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BFDD; }
p { color: rgb(185,191,221); }
H1.HeaderClassName
{
color: #B9BFDD;
}
.AnyTagClassName
{
color: #B9BFDD;
}
</style>
background-color css
<style>
a { background-color: #B9BFDD; }
a { background-color: rgb(185,191,221); }
div.DivClassName
{
background-color: #B9BFDD;
}
.BgClassName
{
background-color: #B9BFDD;
}
</style>
border-color css
<style>
span { border-color: #B9BFDD; }
span { border-color: rgb(185,191,221); }
td.TdClassName
{
border-color: #B9BFDD;
}
.TagClassName
{
border-color: #B9BFDD;
}
</style>