Shades of Perano #B8BAEA
Tints of Perano #B8BAEA
RGB
CMYK
RGB Variations
Color information
#B8BAEA (or 0xB8BAEA) is known color: Perano. HEX triplet: B8, BA and EA. RGB value is (184,186,234). Sum of RGB (Red+Green+Blue) = 184+186+234=604 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.46% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #B8BAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BAEA is #474515. Grayscale: #BEBEBE. Windows color (decimal): -4670742 or 15383224. OLE color: 15383224.
HSL color Cylindrical-coordinate representation of color #B8BAEA: hue angle of 237.6º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8BAEA is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 186 | 234 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.08 |
| HSL | 237.6º | 0.54% | 0.82% | - |
| HSV(B) | 237.6º | 0.21% | 0.92% | - |
| XYZ | 52.18 | 51.25 | 84.98 | - |
| YUV | 190.87 | 152.34 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 186 | 234 | 0.21 | 0.21 | 0 | 0.08 | 237.6 | 0.54 | 0.82 |
| Hex | B8 | BA | EA | 15 | 15 | 0 | 8 | EE | 36 | 52 |
| Octal | 270 | 272 | 352 | 25 | 25 | 0 | 10 | 356 | 66 | 122 |
| Binary | 10111000 | 10111010 | 11101010 | 10101 | 10101 | 0 | 1000 | 11101110 | 110110 | 1010010 |
Color Harmonies of #B8BAEA
Complementary color
Monochromatic Colors of #B8BAEA
Black with #B8BAEA
Text Example
Text Example
White with #B8BAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BAEA; }
p { color: rgb(184,186,234); }
H1.HeaderClassName
{
color: #B8BAEA;
}
.AnyTagClassName
{
color: #B8BAEA;
}
</style>
background-color css
<style>
a { background-color: #B8BAEA; }
a { background-color: rgb(184,186,234); }
div.DivClassName
{
background-color: #B8BAEA;
}
.BgClassName
{
background-color: #B8BAEA;
}
</style>
border-color css
<style>
span { border-color: #B8BAEA; }
span { border-color: rgb(184,186,234); }
td.TdClassName
{
border-color: #B8BAEA;
}
.TagClassName
{
border-color: #B8BAEA;
}
</style>