Shades of Perano #B5BFEA
Tints of Perano #B5BFEA
RGB
CMYK
RGB Variations
Color information
#B5BFEA (or 0xB5BFEA) is known color: Perano. HEX triplet: B5, BF and EA. RGB value is (181,191,234). Sum of RGB (Red+Green+Blue) = 181+191+234=606 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.87% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #B5BFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BFEA is #4A4015. Grayscale: #C0C0C0. Windows color (decimal): -4866070 or 15384501. OLE color: 15384501.
HSL color Cylindrical-coordinate representation of color #B5BFEA: hue angle of 228.68º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5BFEA is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 191 | 234 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.08 |
| HSL | 228.68º | 0.56% | 0.81% | - |
| HSV(B) | 228.68º | 0.23% | 0.92% | - |
| XYZ | 52.54 | 53.03 | 85.31 | - |
| YUV | 192.91 | 151.19 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 191 | 234 | 0.23 | 0.18 | 0 | 0.08 | 228.68 | 0.56 | 0.81 |
| Hex | B5 | BF | EA | 17 | 12 | 0 | 8 | E5 | 38 | 51 |
| Octal | 265 | 277 | 352 | 27 | 22 | 0 | 10 | 345 | 70 | 121 |
| Binary | 10110101 | 10111111 | 11101010 | 10111 | 10010 | 0 | 1000 | 11100101 | 111000 | 1010001 |
Color Harmonies of #B5BFEA
Complementary color
Monochromatic Colors of #B5BFEA
Black with #B5BFEA
Text Example
Text Example
White with #B5BFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BFEA; }
p { color: rgb(181,191,234); }
H1.HeaderClassName
{
color: #B5BFEA;
}
.AnyTagClassName
{
color: #B5BFEA;
}
</style>
background-color css
<style>
a { background-color: #B5BFEA; }
a { background-color: rgb(181,191,234); }
div.DivClassName
{
background-color: #B5BFEA;
}
.BgClassName
{
background-color: #B5BFEA;
}
</style>
border-color css
<style>
span { border-color: #B5BFEA; }
span { border-color: rgb(181,191,234); }
td.TdClassName
{
border-color: #B5BFEA;
}
.TagClassName
{
border-color: #B5BFEA;
}
</style>