Shades of Perano #B4B9FA
Tints of Perano #B4B9FA
RGB
CMYK
RGB Variations
Color information
#B4B9FA (or 0xB4B9FA) is known color: Perano. HEX triplet: B4, B9 and FA. RGB value is (180,185,250). Sum of RGB (Red+Green+Blue) = 180+185+250=615 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.27% from 615); Green value is 185 (72.66% from 255 or 30.08% 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 #B4B9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4B9FA is #4B4605. Grayscale: #BEBEBE. Windows color (decimal): -4933126 or 16431540. OLE color: 16431540.
HSL color Cylindrical-coordinate representation of color #B4B9FA: hue angle of 235.71º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4B9FA is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 185 | 250 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.02 |
| HSL | 235.71º | 0.88% | 0.84% | - |
| HSV(B) | 235.71º | 0.28% | 0.98% | - |
| XYZ | 53.43 | 51.3 | 97.53 | - |
| YUV | 190.92 | 161.34 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 185 | 250 | 0.28 | 0.26 | 0 | 0.02 | 235.71 | 0.88 | 0.84 |
| Hex | B4 | B9 | FA | 1C | 1A | 0 | 2 | EC | 58 | 54 |
| Octal | 264 | 271 | 372 | 34 | 32 | 0 | 2 | 354 | 130 | 124 |
| Binary | 10110100 | 10111001 | 11111010 | 11100 | 11010 | 0 | 10 | 11101100 | 1011000 | 1010100 |
Color Harmonies of #B4B9FA
Complementary color
Monochromatic Colors of #B4B9FA
Black with #B4B9FA
Text Example
Text Example
White with #B4B9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B9FA; }
p { color: rgb(180,185,250); }
H1.HeaderClassName
{
color: #B4B9FA;
}
.AnyTagClassName
{
color: #B4B9FA;
}
</style>
background-color css
<style>
a { background-color: #B4B9FA; }
a { background-color: rgb(180,185,250); }
div.DivClassName
{
background-color: #B4B9FA;
}
.BgClassName
{
background-color: #B4B9FA;
}
</style>
border-color css
<style>
span { border-color: #B4B9FA; }
span { border-color: rgb(180,185,250); }
td.TdClassName
{
border-color: #B4B9FA;
}
.TagClassName
{
border-color: #B4B9FA;
}
</style>