Shades of Perano #B5BFDC
Tints of Perano #B5BFDC
RGB
CMYK
RGB Variations
Color information
#B5BFDC (or 0xB5BFDC) is known color: Perano. HEX triplet: B5, BF and DC. RGB value is (181,191,220). Sum of RGB (Red+Green+Blue) = 181+191+220=592 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.57% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #B5BFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BFDC is #4A4023. Grayscale: #BFBFBF. Windows color (decimal): -4866084 or 14466997. OLE color: 14466997.
HSL color Cylindrical-coordinate representation of color #B5BFDC: hue angle of 224.62º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5BFDC is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 191 | 220 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.14 |
| HSL | 224.62º | 0.36% | 0.79% | - |
| HSV(B) | 224.62º | 0.18% | 0.86% | - |
| XYZ | 50.61 | 52.25 | 75.13 | - |
| YUV | 191.32 | 144.19 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 191 | 220 | 0.18 | 0.13 | 0 | 0.14 | 224.62 | 0.36 | 0.79 |
| Hex | B5 | BF | DC | 12 | D | 0 | E | E1 | 24 | 4F |
| Octal | 265 | 277 | 334 | 22 | 15 | 0 | 16 | 341 | 44 | 117 |
| Binary | 10110101 | 10111111 | 11011100 | 10010 | 1101 | 0 | 1110 | 11100001 | 100100 | 1001111 |
Color Harmonies of #B5BFDC
Complementary color
Monochromatic Colors of #B5BFDC
Black with #B5BFDC
Text Example
Text Example
White with #B5BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BFDC; }
p { color: rgb(181,191,220); }
H1.HeaderClassName
{
color: #B5BFDC;
}
.AnyTagClassName
{
color: #B5BFDC;
}
</style>
background-color css
<style>
a { background-color: #B5BFDC; }
a { background-color: rgb(181,191,220); }
div.DivClassName
{
background-color: #B5BFDC;
}
.BgClassName
{
background-color: #B5BFDC;
}
</style>
border-color css
<style>
span { border-color: #B5BFDC; }
span { border-color: rgb(181,191,220); }
td.TdClassName
{
border-color: #B5BFDC;
}
.TagClassName
{
border-color: #B5BFDC;
}
</style>