Shades of Perano #B5BCDC
Tints of Perano #B5BCDC
RGB
CMYK
RGB Variations
Color information
#B5BCDC (or 0xB5BCDC) is known color: Perano. HEX triplet: B5, BC and DC. RGB value is (181,188,220). Sum of RGB (Red+Green+Blue) = 181+188+220=589 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.73% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #B5BCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BCDC is #4A4323. Grayscale: #BDBDBD. Windows color (decimal): -4866852 or 14466229. OLE color: 14466229.
HSL color Cylindrical-coordinate representation of color #B5BCDC: hue angle of 229.23º 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 #B5BCDC is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 188 | 220 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.14 |
| HSL | 229.23º | 0.36% | 0.79% | - |
| HSV(B) | 229.23º | 0.18% | 0.86% | - |
| XYZ | 49.96 | 50.96 | 74.91 | - |
| YUV | 189.56 | 145.18 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 188 | 220 | 0.18 | 0.15 | 0 | 0.14 | 229.23 | 0.36 | 0.79 |
| Hex | B5 | BC | DC | 12 | F | 0 | E | E5 | 24 | 4F |
| Octal | 265 | 274 | 334 | 22 | 17 | 0 | 16 | 345 | 44 | 117 |
| Binary | 10110101 | 10111100 | 11011100 | 10010 | 1111 | 0 | 1110 | 11100101 | 100100 | 1001111 |
Color Harmonies of #B5BCDC
Complementary color
Monochromatic Colors of #B5BCDC
Black with #B5BCDC
Text Example
Text Example
White with #B5BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BCDC; }
p { color: rgb(181,188,220); }
H1.HeaderClassName
{
color: #B5BCDC;
}
.AnyTagClassName
{
color: #B5BCDC;
}
</style>
background-color css
<style>
a { background-color: #B5BCDC; }
a { background-color: rgb(181,188,220); }
div.DivClassName
{
background-color: #B5BCDC;
}
.BgClassName
{
background-color: #B5BCDC;
}
</style>
border-color css
<style>
span { border-color: #B5BCDC; }
span { border-color: rgb(181,188,220); }
td.TdClassName
{
border-color: #B5BCDC;
}
.TagClassName
{
border-color: #B5BCDC;
}
</style>