Shades of Perano #B4BAE5
Tints of Perano #B4BAE5
RGB
CMYK
RGB Variations
Color information
#B4BAE5 (or 0xB4BAE5) is known color: Perano. HEX triplet: B4, BA and E5. RGB value is (180,186,229). Sum of RGB (Red+Green+Blue) = 180+186+229=595 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.25% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 229 (89.84% from 255 or 38.49% from 595); Max value from RGB is 229 - color contains mainly: blue. Hex color #B4BAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BAE5 is #4B451A. Grayscale: #BCBCBC. Windows color (decimal): -4932891 or 15055540. OLE color: 15055540.
HSL color Cylindrical-coordinate representation of color #B4BAE5: hue angle of 232.65º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4BAE5 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 186 | 229 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.10 |
| HSL | 232.65º | 0.49% | 0.8% | - |
| HSV(B) | 232.65º | 0.21% | 0.9% | - |
| XYZ | 50.52 | 50.48 | 81.21 | - |
| YUV | 189.11 | 150.51 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 186 | 229 | 0.21 | 0.19 | 0 | 0.10 | 232.65 | 0.49 | 0.8 |
| Hex | B4 | BA | E5 | 15 | 13 | 0 | A | E9 | 31 | 50 |
| Octal | 264 | 272 | 345 | 25 | 23 | 0 | 12 | 351 | 61 | 120 |
| Binary | 10110100 | 10111010 | 11100101 | 10101 | 10011 | 0 | 1010 | 11101001 | 110001 | 1010000 |
Color Harmonies of #B4BAE5
Complementary color
Monochromatic Colors of #B4BAE5
Black with #B4BAE5
Text Example
Text Example
White with #B4BAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BAE5; }
p { color: rgb(180,186,229); }
H1.HeaderClassName
{
color: #B4BAE5;
}
.AnyTagClassName
{
color: #B4BAE5;
}
</style>
background-color css
<style>
a { background-color: #B4BAE5; }
a { background-color: rgb(180,186,229); }
div.DivClassName
{
background-color: #B4BAE5;
}
.BgClassName
{
background-color: #B4BAE5;
}
</style>
border-color css
<style>
span { border-color: #B4BAE5; }
span { border-color: rgb(180,186,229); }
td.TdClassName
{
border-color: #B4BAE5;
}
.TagClassName
{
border-color: #B4BAE5;
}
</style>