Shades of Perano #B4BBE4
Tints of Perano #B4BBE4
RGB
CMYK
RGB Variations
Color information
#B4BBE4 (or 0xB4BBE4) is known color: Perano. HEX triplet: B4, BB and E4. RGB value is (180,187,228). Sum of RGB (Red+Green+Blue) = 180+187+228=595 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.25% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 228 (89.45% from 255 or 38.32% from 595); Max value from RGB is 228 - color contains mainly: blue. Hex color #B4BBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BBE4 is #4B441B. Grayscale: #BDBDBD. Windows color (decimal): -4932636 or 14990260. OLE color: 14990260.
HSL color Cylindrical-coordinate representation of color #B4BBE4: hue angle of 231.25º degrees, saturation: 0.47, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4BBE4 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 187 | 228 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.11 |
| HSL | 231.25º | 0.47% | 0.8% | - |
| HSV(B) | 231.25º | 0.21% | 0.89% | - |
| XYZ | 50.6 | 50.85 | 80.55 | - |
| YUV | 189.58 | 149.68 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 187 | 228 | 0.21 | 0.18 | 0 | 0.11 | 231.25 | 0.47 | 0.8 |
| Hex | B4 | BB | E4 | 15 | 12 | 0 | B | E7 | 2F | 50 |
| Octal | 264 | 273 | 344 | 25 | 22 | 0 | 13 | 347 | 57 | 120 |
| Binary | 10110100 | 10111011 | 11100100 | 10101 | 10010 | 0 | 1011 | 11100111 | 101111 | 1010000 |
Color Harmonies of #B4BBE4
Complementary color
Monochromatic Colors of #B4BBE4
Black with #B4BBE4
Text Example
Text Example
White with #B4BBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BBE4; }
p { color: rgb(180,187,228); }
H1.HeaderClassName
{
color: #B4BBE4;
}
.AnyTagClassName
{
color: #B4BBE4;
}
</style>
background-color css
<style>
a { background-color: #B4BBE4; }
a { background-color: rgb(180,187,228); }
div.DivClassName
{
background-color: #B4BBE4;
}
.BgClassName
{
background-color: #B4BBE4;
}
</style>
border-color css
<style>
span { border-color: #B4BBE4; }
span { border-color: rgb(180,187,228); }
td.TdClassName
{
border-color: #B4BBE4;
}
.TagClassName
{
border-color: #B4BBE4;
}
</style>