Shades of Perano #B5BBDC
Tints of Perano #B5BBDC
RGB
CMYK
RGB Variations
Color information
#B5BBDC (or 0xB5BBDC) is known color: Perano. HEX triplet: B5, BB and DC. RGB value is (181,187,220). Sum of RGB (Red+Green+Blue) = 181+187+220=588 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.78% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #B5BBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BBDC is #4A4423. Grayscale: #BCBCBC. Windows color (decimal): -4867108 or 14465973. OLE color: 14465973.
HSL color Cylindrical-coordinate representation of color #B5BBDC: hue angle of 230.77º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5BBDC is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 187 | 220 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.14 |
| HSL | 230.77º | 0.36% | 0.79% | - |
| HSV(B) | 230.77º | 0.18% | 0.86% | - |
| XYZ | 49.74 | 50.53 | 74.84 | - |
| YUV | 188.97 | 145.51 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 187 | 220 | 0.18 | 0.15 | 0 | 0.14 | 230.77 | 0.36 | 0.79 |
| Hex | B5 | BB | DC | 12 | F | 0 | E | E7 | 24 | 4F |
| Octal | 265 | 273 | 334 | 22 | 17 | 0 | 16 | 347 | 44 | 117 |
| Binary | 10110101 | 10111011 | 11011100 | 10010 | 1111 | 0 | 1110 | 11100111 | 100100 | 1001111 |
Color Harmonies of #B5BBDC
Complementary color
Monochromatic Colors of #B5BBDC
Black with #B5BBDC
Text Example
Text Example
White with #B5BBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BBDC; }
p { color: rgb(181,187,220); }
H1.HeaderClassName
{
color: #B5BBDC;
}
.AnyTagClassName
{
color: #B5BBDC;
}
</style>
background-color css
<style>
a { background-color: #B5BBDC; }
a { background-color: rgb(181,187,220); }
div.DivClassName
{
background-color: #B5BBDC;
}
.BgClassName
{
background-color: #B5BBDC;
}
</style>
border-color css
<style>
span { border-color: #B5BBDC; }
span { border-color: rgb(181,187,220); }
td.TdClassName
{
border-color: #B5BBDC;
}
.TagClassName
{
border-color: #B5BBDC;
}
</style>