Shades of Perano #B4BAE8
Tints of Perano #B4BAE8
RGB
CMYK
RGB Variations
Color information
#B4BAE8 (or 0xB4BAE8) is known color: Perano. HEX triplet: B4, BA and E8. RGB value is (180,186,232). Sum of RGB (Red+Green+Blue) = 180+186+232=598 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.10% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 232 (91.02% from 255 or 38.80% from 598); Max value from RGB is 232 - color contains mainly: blue. Hex color #B4BAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BAE8 is #4B4517. Grayscale: #BDBDBD. Windows color (decimal): -4932888 or 15252148. OLE color: 15252148.
HSL color Cylindrical-coordinate representation of color #B4BAE8: hue angle of 233.08º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4BAE8 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 186 | 232 | - |
| CMYK | 0.22 | 0.20 | 0 | 0.09 |
| HSL | 233.08º | 0.53% | 0.81% | - |
| HSV(B) | 233.08º | 0.22% | 0.91% | - |
| XYZ | 50.95 | 50.65 | 83.43 | - |
| YUV | 189.45 | 152.01 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 186 | 232 | 0.22 | 0.20 | 0 | 0.09 | 233.08 | 0.53 | 0.81 |
| Hex | B4 | BA | E8 | 16 | 14 | 0 | 9 | E9 | 35 | 51 |
| Octal | 264 | 272 | 350 | 26 | 24 | 0 | 11 | 351 | 65 | 121 |
| Binary | 10110100 | 10111010 | 11101000 | 10110 | 10100 | 0 | 1001 | 11101001 | 110101 | 1010001 |
Color Harmonies of #B4BAE8
Complementary color
Monochromatic Colors of #B4BAE8
Black with #B4BAE8
Text Example
Text Example
White with #B4BAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BAE8; }
p { color: rgb(180,186,232); }
H1.HeaderClassName
{
color: #B4BAE8;
}
.AnyTagClassName
{
color: #B4BAE8;
}
</style>
background-color css
<style>
a { background-color: #B4BAE8; }
a { background-color: rgb(180,186,232); }
div.DivClassName
{
background-color: #B4BAE8;
}
.BgClassName
{
background-color: #B4BAE8;
}
</style>
border-color css
<style>
span { border-color: #B4BAE8; }
span { border-color: rgb(180,186,232); }
td.TdClassName
{
border-color: #B4BAE8;
}
.TagClassName
{
border-color: #B4BAE8;
}
</style>