Shades of Perano #B4BFE5
Tints of Perano #B4BFE5
RGB
CMYK
RGB Variations
Color information
#B4BFE5 (or 0xB4BFE5) is known color: Perano. HEX triplet: B4, BF and E5. RGB value is (180,191,229). Sum of RGB (Red+Green+Blue) = 180+191+229=600 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 229 (89.84% from 255 or 38.17% from 600); Max value from RGB is 229 - color contains mainly: blue. Hex color #B4BFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BFE5 is #4B401A. Grayscale: #BFBFBF. Windows color (decimal): -4931611 or 15056820. OLE color: 15056820.
HSL color Cylindrical-coordinate representation of color #B4BFE5: hue angle of 226.53º 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 #B4BFE5 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 191 | 229 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.10 |
| HSL | 226.53º | 0.49% | 0.8% | - |
| HSV(B) | 226.53º | 0.21% | 0.9% | - |
| XYZ | 51.6 | 52.62 | 81.57 | - |
| YUV | 192.04 | 148.86 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 191 | 229 | 0.21 | 0.17 | 0 | 0.10 | 226.53 | 0.49 | 0.8 |
| Hex | B4 | BF | E5 | 15 | 11 | 0 | A | E3 | 31 | 50 |
| Octal | 264 | 277 | 345 | 25 | 21 | 0 | 12 | 343 | 61 | 120 |
| Binary | 10110100 | 10111111 | 11100101 | 10101 | 10001 | 0 | 1010 | 11100011 | 110001 | 1010000 |
Color Harmonies of #B4BFE5
Complementary color
Monochromatic Colors of #B4BFE5
Black with #B4BFE5
Text Example
Text Example
White with #B4BFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BFE5; }
p { color: rgb(180,191,229); }
H1.HeaderClassName
{
color: #B4BFE5;
}
.AnyTagClassName
{
color: #B4BFE5;
}
</style>
background-color css
<style>
a { background-color: #B4BFE5; }
a { background-color: rgb(180,191,229); }
div.DivClassName
{
background-color: #B4BFE5;
}
.BgClassName
{
background-color: #B4BFE5;
}
</style>
border-color css
<style>
span { border-color: #B4BFE5; }
span { border-color: rgb(180,191,229); }
td.TdClassName
{
border-color: #B4BFE5;
}
.TagClassName
{
border-color: #B4BFE5;
}
</style>