Shades of Perano #B5B8EF
Tints of Perano #B5B8EF
RGB
CMYK
RGB Variations
Color information
#B5B8EF (or 0xB5B8EF) is known color: Perano. HEX triplet: B5, B8 and EF. RGB value is (181,184,239). Sum of RGB (Red+Green+Blue) = 181+184+239=604 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.97% from 604); Green value is 184 (72.27% from 255 or 30.46% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #B5B8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5B8EF is #4A4710. Grayscale: #BDBDBD. Windows color (decimal): -4867857 or 15710389. OLE color: 15710389.
HSL color Cylindrical-coordinate representation of color #B5B8EF: hue angle of 236.9º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5B8EF is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 184 | 239 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.06 |
| HSL | 236.9º | 0.64% | 0.82% | - |
| HSV(B) | 236.9º | 0.24% | 0.94% | - |
| XYZ | 51.78 | 50.34 | 88.65 | - |
| YUV | 189.37 | 156.01 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 184 | 239 | 0.24 | 0.23 | 0 | 0.06 | 236.9 | 0.64 | 0.82 |
| Hex | B5 | B8 | EF | 18 | 17 | 0 | 6 | ED | 40 | 52 |
| Octal | 265 | 270 | 357 | 30 | 27 | 0 | 6 | 355 | 100 | 122 |
| Binary | 10110101 | 10111000 | 11101111 | 11000 | 10111 | 0 | 110 | 11101101 | 1000000 | 1010010 |
Color Harmonies of #B5B8EF
Complementary color
Monochromatic Colors of #B5B8EF
Black with #B5B8EF
Text Example
Text Example
White with #B5B8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B8EF; }
p { color: rgb(181,184,239); }
H1.HeaderClassName
{
color: #B5B8EF;
}
.AnyTagClassName
{
color: #B5B8EF;
}
</style>
background-color css
<style>
a { background-color: #B5B8EF; }
a { background-color: rgb(181,184,239); }
div.DivClassName
{
background-color: #B5B8EF;
}
.BgClassName
{
background-color: #B5B8EF;
}
</style>
border-color css
<style>
span { border-color: #B5B8EF; }
span { border-color: rgb(181,184,239); }
td.TdClassName
{
border-color: #B5B8EF;
}
.TagClassName
{
border-color: #B5B8EF;
}
</style>