Shades of Perano #B5B4FE
Tints of Perano #B5B4FE
RGB
CMYK
RGB Variations
Color information
#B5B4FE (or 0xB5B4FE) is known color: Perano. HEX triplet: B5, B4 and FE. RGB value is (181,180,254). Sum of RGB (Red+Green+Blue) = 181+180+254=615 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.43% from 615); Green value is 180 (70.70% from 255 or 29.27% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #B5B4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5B4FE is #4A4B01. Grayscale: #BCBCBC. Windows color (decimal): -4868866 or 16692405. OLE color: 16692405.
HSL color Cylindrical-coordinate representation of color #B5B4FE: hue angle of 240.81º 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 #B5B4FE is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 180 | 254 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.00 |
| HSL | 240.81º | 0.97% | 0.85% | - |
| HSV(B) | 240.81º | 0.29% | 1% | - |
| XYZ | 53.27 | 49.62 | 100.54 | - |
| YUV | 188.74 | 164.83 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 180 | 254 | 0.29 | 0.29 | 0 | 0.00 | 240.81 | 0.97 | 0.85 |
| Hex | B5 | B4 | FE | 1D | 1D | 0 | 0 | F1 | 61 | 55 |
| Octal | 265 | 264 | 376 | 35 | 35 | 0 | 0 | 361 | 141 | 125 |
| Binary | 10110101 | 10110100 | 11111110 | 11101 | 11101 | 0 | 0 | 11110001 | 1100001 | 1010101 |
Color Harmonies of #B5B4FE
Complementary color
Monochromatic Colors of #B5B4FE
Black with #B5B4FE
Text Example
Text Example
White with #B5B4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B4FE; }
p { color: rgb(181,180,254); }
H1.HeaderClassName
{
color: #B5B4FE;
}
.AnyTagClassName
{
color: #B5B4FE;
}
</style>
background-color css
<style>
a { background-color: #B5B4FE; }
a { background-color: rgb(181,180,254); }
div.DivClassName
{
background-color: #B5B4FE;
}
.BgClassName
{
background-color: #B5B4FE;
}
</style>
border-color css
<style>
span { border-color: #B5B4FE; }
span { border-color: rgb(181,180,254); }
td.TdClassName
{
border-color: #B5B4FE;
}
.TagClassName
{
border-color: #B5B4FE;
}
</style>