Shades of Perano #B8BEE5
Tints of Perano #B8BEE5
RGB
CMYK
RGB Variations
Color information
#B8BEE5 (or 0xB8BEE5) is known color: Perano. HEX triplet: B8, BE and E5. RGB value is (184,190,229). Sum of RGB (Red+Green+Blue) = 184+190+229=603 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.51% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 229 (89.84% from 255 or 37.98% from 603); Max value from RGB is 229 - color contains mainly: blue. Hex color #B8BEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BEE5 is #47411A. Grayscale: #C0C0C0. Windows color (decimal): -4669723 or 15056568. OLE color: 15056568.
HSL color Cylindrical-coordinate representation of color #B8BEE5: hue angle of 232º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B8BEE5 is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 184 | 190 | 229 | - |
| CMYK | 0.20 | 0.17 | 0 | 0.10 |
| HSL | 232º | 0.46% | 0.81% | - |
| HSV(B) | 232º | 0.2% | 0.9% | - |
| XYZ | 52.32 | 52.67 | 81.54 | - |
| YUV | 192.65 | 148.51 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 190 | 229 | 0.20 | 0.17 | 0 | 0.10 | 232 | 0.46 | 0.81 |
| Hex | B8 | BE | E5 | 14 | 11 | 0 | A | E8 | 2E | 51 |
| Octal | 270 | 276 | 345 | 24 | 21 | 0 | 12 | 350 | 56 | 121 |
| Binary | 10111000 | 10111110 | 11100101 | 10100 | 10001 | 0 | 1010 | 11101000 | 101110 | 1010001 |
Color Harmonies of #B8BEE5
Complementary color
Monochromatic Colors of #B8BEE5
Black with #B8BEE5
Text Example
Text Example
White with #B8BEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BEE5; }
p { color: rgb(184,190,229); }
H1.HeaderClassName
{
color: #B8BEE5;
}
.AnyTagClassName
{
color: #B8BEE5;
}
</style>
background-color css
<style>
a { background-color: #B8BEE5; }
a { background-color: rgb(184,190,229); }
div.DivClassName
{
background-color: #B8BEE5;
}
.BgClassName
{
background-color: #B8BEE5;
}
</style>
border-color css
<style>
span { border-color: #B8BEE5; }
span { border-color: rgb(184,190,229); }
td.TdClassName
{
border-color: #B8BEE5;
}
.TagClassName
{
border-color: #B8BEE5;
}
</style>