Shades of Perano #B6BDDB
Tints of Perano #B6BDDB
RGB
CMYK
RGB Variations
Color information
#B6BDDB (or 0xB6BDDB) is known color: Perano. HEX triplet: B6, BD and DB. RGB value is (182,189,219). Sum of RGB (Red+Green+Blue) = 182+189+219=590 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.85% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 219 - color contains mainly: blue. Hex color #B6BDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BDDB is #494224. Grayscale: #BEBEBE. Windows color (decimal): -4801061 or 14400950. OLE color: 14400950.
HSL color Cylindrical-coordinate representation of color #B6BDDB: hue angle of 228.65º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B6BDDB is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 189 | 219 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.14 |
| HSL | 228.65º | 0.34% | 0.79% | - |
| HSV(B) | 228.65º | 0.17% | 0.86% | - |
| XYZ | 50.28 | 51.45 | 74.3 | - |
| YUV | 190.33 | 144.18 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 189 | 219 | 0.17 | 0.14 | 0 | 0.14 | 228.65 | 0.34 | 0.79 |
| Hex | B6 | BD | DB | 11 | E | 0 | E | E5 | 22 | 4F |
| Octal | 266 | 275 | 333 | 21 | 16 | 0 | 16 | 345 | 42 | 117 |
| Binary | 10110110 | 10111101 | 11011011 | 10001 | 1110 | 0 | 1110 | 11100101 | 100010 | 1001111 |
Color Harmonies of #B6BDDB
Complementary color
Monochromatic Colors of #B6BDDB
Black with #B6BDDB
Text Example
Text Example
White with #B6BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BDDB; }
p { color: rgb(182,189,219); }
H1.HeaderClassName
{
color: #B6BDDB;
}
.AnyTagClassName
{
color: #B6BDDB;
}
</style>
background-color css
<style>
a { background-color: #B6BDDB; }
a { background-color: rgb(182,189,219); }
div.DivClassName
{
background-color: #B6BDDB;
}
.BgClassName
{
background-color: #B6BDDB;
}
</style>
border-color css
<style>
span { border-color: #B6BDDB; }
span { border-color: rgb(182,189,219); }
td.TdClassName
{
border-color: #B6BDDB;
}
.TagClassName
{
border-color: #B6BDDB;
}
</style>