Shades of Perano #B6BCD8
Tints of Perano #B6BCD8
RGB
CMYK
RGB Variations
Color information
#B6BCD8 (or 0xB6BCD8) is known color: Perano. HEX triplet: B6, BC and D8. RGB value is (182,188,216). Sum of RGB (Red+Green+Blue) = 182+188+216=586 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.06% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 216 (84.77% from 255 or 36.86% from 586); Max value from RGB is 216 - color contains mainly: blue. Hex color #B6BCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BCD8 is #494327. Grayscale: #BDBDBD. Windows color (decimal): -4801320 or 14204086. OLE color: 14204086.
HSL color Cylindrical-coordinate representation of color #B6BCD8: hue angle of 229.41º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B6BCD8 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 188 | 216 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.15 |
| HSL | 229.41º | 0.3% | 0.78% | - |
| HSV(B) | 229.41º | 0.16% | 0.85% | - |
| XYZ | 49.67 | 50.87 | 72.17 | - |
| YUV | 189.4 | 143.01 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 188 | 216 | 0.16 | 0.13 | 0 | 0.15 | 229.41 | 0.3 | 0.78 |
| Hex | B6 | BC | D8 | 10 | D | 0 | F | E5 | 1E | 4E |
| Octal | 266 | 274 | 330 | 20 | 15 | 0 | 17 | 345 | 36 | 116 |
| Binary | 10110110 | 10111100 | 11011000 | 10000 | 1101 | 0 | 1111 | 11100101 | 11110 | 1001110 |
Color Harmonies of #B6BCD8
Complementary color
Monochromatic Colors of #B6BCD8
Black with #B6BCD8
Text Example
Text Example
White with #B6BCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BCD8; }
p { color: rgb(182,188,216); }
H1.HeaderClassName
{
color: #B6BCD8;
}
.AnyTagClassName
{
color: #B6BCD8;
}
</style>
background-color css
<style>
a { background-color: #B6BCD8; }
a { background-color: rgb(182,188,216); }
div.DivClassName
{
background-color: #B6BCD8;
}
.BgClassName
{
background-color: #B6BCD8;
}
</style>
border-color css
<style>
span { border-color: #B6BCD8; }
span { border-color: rgb(182,188,216); }
td.TdClassName
{
border-color: #B6BCD8;
}
.TagClassName
{
border-color: #B6BCD8;
}
</style>