Shades of Perano #B5B8FE
Tints of Perano #B5B8FE
RGB
CMYK
RGB Variations
Color information
#B5B8FE (or 0xB5B8FE) is known color: Perano. HEX triplet: B5, B8 and FE. RGB value is (181,184,254). Sum of RGB (Red+Green+Blue) = 181+184+254=619 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.24% from 619); Green value is 184 (72.27% from 255 or 29.73% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #B5B8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5B8FE is #4A4701. Grayscale: #BEBEBE. Windows color (decimal): -4867842 or 16693429. OLE color: 16693429.
HSL color Cylindrical-coordinate representation of color #B5B8FE: hue angle of 237.53º 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 #B5B8FE is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 184 | 254 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.00 |
| HSL | 237.53º | 0.97% | 0.85% | - |
| HSV(B) | 237.53º | 0.29% | 1% | - |
| XYZ | 54.09 | 51.26 | 100.81 | - |
| YUV | 191.08 | 163.51 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 184 | 254 | 0.29 | 0.28 | 0 | 0.00 | 237.53 | 0.97 | 0.85 |
| Hex | B5 | B8 | FE | 1D | 1C | 0 | 0 | EE | 61 | 55 |
| Octal | 265 | 270 | 376 | 35 | 34 | 0 | 0 | 356 | 141 | 125 |
| Binary | 10110101 | 10111000 | 11111110 | 11101 | 11100 | 0 | 0 | 11101110 | 1100001 | 1010101 |
Color Harmonies of #B5B8FE
Complementary color
Monochromatic Colors of #B5B8FE
Black with #B5B8FE
Text Example
Text Example
White with #B5B8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B8FE; }
p { color: rgb(181,184,254); }
H1.HeaderClassName
{
color: #B5B8FE;
}
.AnyTagClassName
{
color: #B5B8FE;
}
</style>
background-color css
<style>
a { background-color: #B5B8FE; }
a { background-color: rgb(181,184,254); }
div.DivClassName
{
background-color: #B5B8FE;
}
.BgClassName
{
background-color: #B5B8FE;
}
</style>
border-color css
<style>
span { border-color: #B5B8FE; }
span { border-color: rgb(181,184,254); }
td.TdClassName
{
border-color: #B5B8FE;
}
.TagClassName
{
border-color: #B5B8FE;
}
</style>