Shades of Perano #B5B9FF
Tints of Perano #B5B9FF
RGB
CMYK
RGB Variations
Color information
#B5B9FF (or 0xB5B9FF) is known color: Perano. HEX triplet: B5, B9 and FF. RGB value is (181,185,255). Sum of RGB (Red+Green+Blue) = 181+185+255=621 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.15% from 621); Green value is 185 (72.66% from 255 or 29.79% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5B9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5B9FF is #4A4600. Grayscale: #BFBFBF. Windows color (decimal): -4867585 or 16759221. OLE color: 16759221.
HSL color Cylindrical-coordinate representation of color #B5B9FF: hue angle of 236.76º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5B9FF is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 185 | 255 | - |
| CMYK | 0.29 | 0.27 | 0 | 0 |
| HSL | 236.76º | 1% | 0.85% | - |
| HSV(B) | 236.76º | 0.29% | 1% | - |
| XYZ | 54.46 | 51.74 | 101.72 | - |
| YUV | 191.78 | 163.67 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 185 | 255 | 0.29 | 0.27 | 0 | 0 | 236.76 | 1 | 0.85 |
| Hex | B5 | B9 | FF | 1D | 1B | 0 | 0 | ED | 64 | 55 |
| Octal | 265 | 271 | 377 | 35 | 33 | 0 | 0 | 355 | 144 | 125 |
| Binary | 10110101 | 10111001 | 11111111 | 11101 | 11011 | 0 | 0 | 11101101 | 1100100 | 1010101 |
Color Harmonies of #B5B9FF
Complementary color
Monochromatic Colors of #B5B9FF
Black with #B5B9FF
Text Example
Text Example
White with #B5B9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B9FF; }
p { color: rgb(181,185,255); }
H1.HeaderClassName
{
color: #B5B9FF;
}
.AnyTagClassName
{
color: #B5B9FF;
}
</style>
background-color css
<style>
a { background-color: #B5B9FF; }
a { background-color: rgb(181,185,255); }
div.DivClassName
{
background-color: #B5B9FF;
}
.BgClassName
{
background-color: #B5B9FF;
}
</style>
border-color css
<style>
span { border-color: #B5B9FF; }
span { border-color: rgb(181,185,255); }
td.TdClassName
{
border-color: #B5B9FF;
}
.TagClassName
{
border-color: #B5B9FF;
}
</style>