Shades of Perano #B5B9E4
Tints of Perano #B5B9E4
RGB
CMYK
RGB Variations
Color information
#B5B9E4 (or 0xB5B9E4) is known color: Perano. HEX triplet: B5, B9 and E4. RGB value is (181,185,228). Sum of RGB (Red+Green+Blue) = 181+185+228=594 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.47% from 594); Green value is 185 (72.66% from 255 or 31.14% from 594); Blue value is 228 (89.45% from 255 or 38.38% from 594); Max value from RGB is 228 - color contains mainly: blue. Hex color #B5B9E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B9E4 is #4A461B. Grayscale: #BCBCBC. Windows color (decimal): -4867612 or 14989749. OLE color: 14989749.
HSL color Cylindrical-coordinate representation of color #B5B9E4: hue angle of 234.89º degrees, saturation: 0.47, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5B9E4 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 185 | 228 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.11 |
| HSL | 234.89º | 0.47% | 0.8% | - |
| HSV(B) | 234.89º | 0.21% | 0.89% | - |
| XYZ | 50.41 | 50.12 | 80.42 | - |
| YUV | 188.71 | 150.17 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 185 | 228 | 0.21 | 0.19 | 0 | 0.11 | 234.89 | 0.47 | 0.8 |
| Hex | B5 | B9 | E4 | 15 | 13 | 0 | B | EB | 2F | 50 |
| Octal | 265 | 271 | 344 | 25 | 23 | 0 | 13 | 353 | 57 | 120 |
| Binary | 10110101 | 10111001 | 11100100 | 10101 | 10011 | 0 | 1011 | 11101011 | 101111 | 1010000 |
Color Harmonies of #B5B9E4
Complementary color
Monochromatic Colors of #B5B9E4
Black with #B5B9E4
Text Example
Text Example
White with #B5B9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B9E4; }
p { color: rgb(181,185,228); }
H1.HeaderClassName
{
color: #B5B9E4;
}
.AnyTagClassName
{
color: #B5B9E4;
}
</style>
background-color css
<style>
a { background-color: #B5B9E4; }
a { background-color: rgb(181,185,228); }
div.DivClassName
{
background-color: #B5B9E4;
}
.BgClassName
{
background-color: #B5B9E4;
}
</style>
border-color css
<style>
span { border-color: #B5B9E4; }
span { border-color: rgb(181,185,228); }
td.TdClassName
{
border-color: #B5B9E4;
}
.TagClassName
{
border-color: #B5B9E4;
}
</style>