Shades of Perano #B5B8FA
Tints of Perano #B5B8FA
RGB
CMYK
RGB Variations
Color information
#B5B8FA (or 0xB5B8FA) is known color: Perano. HEX triplet: B5, B8 and FA. RGB value is (181,184,250). Sum of RGB (Red+Green+Blue) = 181+184+250=615 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.43% from 615); Green value is 184 (72.27% from 255 or 29.92% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #B5B8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5B8FA is #4A4705. Grayscale: #BEBEBE. Windows color (decimal): -4867846 or 16431285. OLE color: 16431285.
HSL color Cylindrical-coordinate representation of color #B5B8FA: hue angle of 237.39º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5B8FA is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 184 | 250 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.02 |
| HSL | 237.39º | 0.87% | 0.85% | - |
| HSV(B) | 237.39º | 0.28% | 0.98% | - |
| XYZ | 53.45 | 51.01 | 97.47 | - |
| YUV | 190.63 | 161.51 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 184 | 250 | 0.28 | 0.26 | 0 | 0.02 | 237.39 | 0.87 | 0.85 |
| Hex | B5 | B8 | FA | 1C | 1A | 0 | 2 | ED | 57 | 55 |
| Octal | 265 | 270 | 372 | 34 | 32 | 0 | 2 | 355 | 127 | 125 |
| Binary | 10110101 | 10111000 | 11111010 | 11100 | 11010 | 0 | 10 | 11101101 | 1010111 | 1010101 |
Color Harmonies of #B5B8FA
Complementary color
Monochromatic Colors of #B5B8FA
Black with #B5B8FA
Text Example
Text Example
White with #B5B8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B8FA; }
p { color: rgb(181,184,250); }
H1.HeaderClassName
{
color: #B5B8FA;
}
.AnyTagClassName
{
color: #B5B8FA;
}
</style>
background-color css
<style>
a { background-color: #B5B8FA; }
a { background-color: rgb(181,184,250); }
div.DivClassName
{
background-color: #B5B8FA;
}
.BgClassName
{
background-color: #B5B8FA;
}
</style>
border-color css
<style>
span { border-color: #B5B8FA; }
span { border-color: rgb(181,184,250); }
td.TdClassName
{
border-color: #B5B8FA;
}
.TagClassName
{
border-color: #B5B8FA;
}
</style>