Shades of Perano #B6BFDD
Tints of Perano #B6BFDD
RGB
CMYK
RGB Variations
Color information
#B6BFDD (or 0xB6BFDD) is known color: Perano. HEX triplet: B6, BF and DD. RGB value is (182,191,221). Sum of RGB (Red+Green+Blue) = 182+191+221=594 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.64% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 221 - color contains mainly: blue. Hex color #B6BFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BFDD is #494022. Grayscale: #BFBFBF. Windows color (decimal): -4800547 or 14532534. OLE color: 14532534.
HSL color Cylindrical-coordinate representation of color #B6BFDD: hue angle of 226.15º degrees, saturation: 0.36, 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 #B6BFDD is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 191 | 221 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.13 |
| HSL | 226.15º | 0.36% | 0.79% | - |
| HSV(B) | 226.15º | 0.18% | 0.87% | - |
| XYZ | 50.97 | 52.43 | 75.84 | - |
| YUV | 191.73 | 144.52 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 191 | 221 | 0.18 | 0.14 | 0 | 0.13 | 226.15 | 0.36 | 0.79 |
| Hex | B6 | BF | DD | 12 | E | 0 | D | E2 | 24 | 4F |
| Octal | 266 | 277 | 335 | 22 | 16 | 0 | 15 | 342 | 44 | 117 |
| Binary | 10110110 | 10111111 | 11011101 | 10010 | 1110 | 0 | 1101 | 11100010 | 100100 | 1001111 |
Color Harmonies of #B6BFDD
Complementary color
Monochromatic Colors of #B6BFDD
Black with #B6BFDD
Text Example
Text Example
White with #B6BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BFDD; }
p { color: rgb(182,191,221); }
H1.HeaderClassName
{
color: #B6BFDD;
}
.AnyTagClassName
{
color: #B6BFDD;
}
</style>
background-color css
<style>
a { background-color: #B6BFDD; }
a { background-color: rgb(182,191,221); }
div.DivClassName
{
background-color: #B6BFDD;
}
.BgClassName
{
background-color: #B6BFDD;
}
</style>
border-color css
<style>
span { border-color: #B6BFDD; }
span { border-color: rgb(182,191,221); }
td.TdClassName
{
border-color: #B6BFDD;
}
.TagClassName
{
border-color: #B6BFDD;
}
</style>