Shades of Perano #B5BDE8
Tints of Perano #B5BDE8
RGB
CMYK
RGB Variations
Color information
#B5BDE8 (or 0xB5BDE8) is known color: Perano. HEX triplet: B5, BD and E8. RGB value is (181,189,232). Sum of RGB (Red+Green+Blue) = 181+189+232=602 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.07% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 232 (91.02% from 255 or 38.54% from 602); Max value from RGB is 232 - color contains mainly: blue. Hex color #B5BDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BDE8 is #4A4217. Grayscale: #BFBFBF. Windows color (decimal): -4866584 or 15252917. OLE color: 15252917.
HSL color Cylindrical-coordinate representation of color #B5BDE8: hue angle of 230.59º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5BDE8 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 189 | 232 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.09 |
| HSL | 230.59º | 0.53% | 0.81% | - |
| HSV(B) | 230.59º | 0.22% | 0.91% | - |
| XYZ | 51.82 | 52.05 | 83.66 | - |
| YUV | 191.51 | 150.85 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 189 | 232 | 0.22 | 0.19 | 0 | 0.09 | 230.59 | 0.53 | 0.81 |
| Hex | B5 | BD | E8 | 16 | 13 | 0 | 9 | E7 | 35 | 51 |
| Octal | 265 | 275 | 350 | 26 | 23 | 0 | 11 | 347 | 65 | 121 |
| Binary | 10110101 | 10111101 | 11101000 | 10110 | 10011 | 0 | 1001 | 11100111 | 110101 | 1010001 |
Color Harmonies of #B5BDE8
Complementary color
Monochromatic Colors of #B5BDE8
Black with #B5BDE8
Text Example
Text Example
White with #B5BDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BDE8; }
p { color: rgb(181,189,232); }
H1.HeaderClassName
{
color: #B5BDE8;
}
.AnyTagClassName
{
color: #B5BDE8;
}
</style>
background-color css
<style>
a { background-color: #B5BDE8; }
a { background-color: rgb(181,189,232); }
div.DivClassName
{
background-color: #B5BDE8;
}
.BgClassName
{
background-color: #B5BDE8;
}
</style>
border-color css
<style>
span { border-color: #B5BDE8; }
span { border-color: rgb(181,189,232); }
td.TdClassName
{
border-color: #B5BDE8;
}
.TagClassName
{
border-color: #B5BDE8;
}
</style>