Shades of Perano #B5BAFE
Tints of Perano #B5BAFE
RGB
CMYK
RGB Variations
Color information
#B5BAFE (or 0xB5BAFE) is known color: Perano. HEX triplet: B5, BA and FE. RGB value is (181,186,254). Sum of RGB (Red+Green+Blue) = 181+186+254=621 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.15% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #B5BAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BAFE is #4A4501. Grayscale: #BFBFBF. Windows color (decimal): -4867330 or 16693941. OLE color: 16693941.
HSL color Cylindrical-coordinate representation of color #B5BAFE: hue angle of 235.89º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5BAFE is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 186 | 254 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.00 |
| HSL | 235.89º | 0.97% | 0.85% | - |
| HSV(B) | 235.89º | 0.29% | 1% | - |
| XYZ | 54.5 | 52.1 | 100.95 | - |
| YUV | 192.26 | 162.84 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 186 | 254 | 0.29 | 0.27 | 0 | 0.00 | 235.89 | 0.97 | 0.85 |
| Hex | B5 | BA | FE | 1D | 1B | 0 | 0 | EC | 61 | 55 |
| Octal | 265 | 272 | 376 | 35 | 33 | 0 | 0 | 354 | 141 | 125 |
| Binary | 10110101 | 10111010 | 11111110 | 11101 | 11011 | 0 | 0 | 11101100 | 1100001 | 1010101 |
Color Harmonies of #B5BAFE
Complementary color
Monochromatic Colors of #B5BAFE
Black with #B5BAFE
Text Example
Text Example
White with #B5BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BAFE; }
p { color: rgb(181,186,254); }
H1.HeaderClassName
{
color: #B5BAFE;
}
.AnyTagClassName
{
color: #B5BAFE;
}
</style>
background-color css
<style>
a { background-color: #B5BAFE; }
a { background-color: rgb(181,186,254); }
div.DivClassName
{
background-color: #B5BAFE;
}
.BgClassName
{
background-color: #B5BAFE;
}
</style>
border-color css
<style>
span { border-color: #B5BAFE; }
span { border-color: rgb(181,186,254); }
td.TdClassName
{
border-color: #B5BAFE;
}
.TagClassName
{
border-color: #B5BAFE;
}
</style>