Shades of Perano #B6BCDD
Tints of Perano #B6BCDD
RGB
CMYK
RGB Variations
Color information
#B6BCDD (or 0xB6BCDD) is known color: Perano. HEX triplet: B6, BC and DD. RGB value is (182,188,221). Sum of RGB (Red+Green+Blue) = 182+188+221=591 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.80% from 591); Green value is 188 (73.83% from 255 or 31.81% 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 #B6BCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BCDD is #494322. Grayscale: #BDBDBD. Windows color (decimal): -4801315 or 14531766. OLE color: 14531766.
HSL color Cylindrical-coordinate representation of color #B6BCDD: hue angle of 230.77º 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 #B6BCDD is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 188 | 221 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.13 |
| HSL | 230.77º | 0.36% | 0.79% | - |
| HSV(B) | 230.77º | 0.18% | 0.87% | - |
| XYZ | 50.33 | 51.13 | 75.62 | - |
| YUV | 189.97 | 145.51 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 188 | 221 | 0.18 | 0.15 | 0 | 0.13 | 230.77 | 0.36 | 0.79 |
| Hex | B6 | BC | DD | 12 | F | 0 | D | E7 | 24 | 4F |
| Octal | 266 | 274 | 335 | 22 | 17 | 0 | 15 | 347 | 44 | 117 |
| Binary | 10110110 | 10111100 | 11011101 | 10010 | 1111 | 0 | 1101 | 11100111 | 100100 | 1001111 |
Color Harmonies of #B6BCDD
Complementary color
Monochromatic Colors of #B6BCDD
Black with #B6BCDD
Text Example
Text Example
White with #B6BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BCDD; }
p { color: rgb(182,188,221); }
H1.HeaderClassName
{
color: #B6BCDD;
}
.AnyTagClassName
{
color: #B6BCDD;
}
</style>
background-color css
<style>
a { background-color: #B6BCDD; }
a { background-color: rgb(182,188,221); }
div.DivClassName
{
background-color: #B6BCDD;
}
.BgClassName
{
background-color: #B6BCDD;
}
</style>
border-color css
<style>
span { border-color: #B6BCDD; }
span { border-color: rgb(182,188,221); }
td.TdClassName
{
border-color: #B6BCDD;
}
.TagClassName
{
border-color: #B6BCDD;
}
</style>