Shades of Perano #B5BEDC
Tints of Perano #B5BEDC
RGB
CMYK
RGB Variations
Color information
#B5BEDC (or 0xB5BEDC) is known color: Perano. HEX triplet: B5, BE and DC. RGB value is (181,190,220). Sum of RGB (Red+Green+Blue) = 181+190+220=591 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.63% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #B5BEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BEDC is #4A4123. Grayscale: #BEBEBE. Windows color (decimal): -4866340 or 14466741. OLE color: 14466741.
HSL color Cylindrical-coordinate representation of color #B5BEDC: hue angle of 226.15º 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 #B5BEDC is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 190 | 220 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.14 |
| HSL | 226.15º | 0.36% | 0.79% | - |
| HSV(B) | 226.15º | 0.18% | 0.86% | - |
| XYZ | 50.39 | 51.82 | 75.06 | - |
| YUV | 190.73 | 144.52 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 190 | 220 | 0.18 | 0.14 | 0 | 0.14 | 226.15 | 0.36 | 0.79 |
| Hex | B5 | BE | DC | 12 | E | 0 | E | E2 | 24 | 4F |
| Octal | 265 | 276 | 334 | 22 | 16 | 0 | 16 | 342 | 44 | 117 |
| Binary | 10110101 | 10111110 | 11011100 | 10010 | 1110 | 0 | 1110 | 11100010 | 100100 | 1001111 |
Color Harmonies of #B5BEDC
Complementary color
Monochromatic Colors of #B5BEDC
Black with #B5BEDC
Text Example
Text Example
White with #B5BEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BEDC; }
p { color: rgb(181,190,220); }
H1.HeaderClassName
{
color: #B5BEDC;
}
.AnyTagClassName
{
color: #B5BEDC;
}
</style>
background-color css
<style>
a { background-color: #B5BEDC; }
a { background-color: rgb(181,190,220); }
div.DivClassName
{
background-color: #B5BEDC;
}
.BgClassName
{
background-color: #B5BEDC;
}
</style>
border-color css
<style>
span { border-color: #B5BEDC; }
span { border-color: rgb(181,190,220); }
td.TdClassName
{
border-color: #B5BEDC;
}
.TagClassName
{
border-color: #B5BEDC;
}
</style>