Shades of Perano #B5BDDB
Tints of Perano #B5BDDB
RGB
CMYK
RGB Variations
Color information
#B5BDDB (or 0xB5BDDB) is known color: Perano. HEX triplet: B5, BD and DB. RGB value is (181,189,219). Sum of RGB (Red+Green+Blue) = 181+189+219=589 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.73% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #B5BDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BDDB is #4A4224. Grayscale: #BDBDBD. Windows color (decimal): -4866597 or 14400949. OLE color: 14400949.
HSL color Cylindrical-coordinate representation of color #B5BDDB: hue angle of 227.37º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5BDDB is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 189 | 219 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.14 |
| HSL | 227.37º | 0.35% | 0.78% | - |
| HSV(B) | 227.37º | 0.17% | 0.86% | - |
| XYZ | 50.04 | 51.33 | 74.29 | - |
| YUV | 190.03 | 144.35 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 189 | 219 | 0.17 | 0.14 | 0 | 0.14 | 227.37 | 0.35 | 0.78 |
| Hex | B5 | BD | DB | 11 | E | 0 | E | E3 | 23 | 4E |
| Octal | 265 | 275 | 333 | 21 | 16 | 0 | 16 | 343 | 43 | 116 |
| Binary | 10110101 | 10111101 | 11011011 | 10001 | 1110 | 0 | 1110 | 11100011 | 100011 | 1001110 |
Color Harmonies of #B5BDDB
Complementary color
Monochromatic Colors of #B5BDDB
Black with #B5BDDB
Text Example
Text Example
White with #B5BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BDDB; }
p { color: rgb(181,189,219); }
H1.HeaderClassName
{
color: #B5BDDB;
}
.AnyTagClassName
{
color: #B5BDDB;
}
</style>
background-color css
<style>
a { background-color: #B5BDDB; }
a { background-color: rgb(181,189,219); }
div.DivClassName
{
background-color: #B5BDDB;
}
.BgClassName
{
background-color: #B5BDDB;
}
</style>
border-color css
<style>
span { border-color: #B5BDDB; }
span { border-color: rgb(181,189,219); }
td.TdClassName
{
border-color: #B5BDDB;
}
.TagClassName
{
border-color: #B5BDDB;
}
</style>