Shades of Perano #B4BBE7
Tints of Perano #B4BBE7
RGB
CMYK
RGB Variations
Color information
#B4BBE7 (or 0xB4BBE7) is known color: Perano. HEX triplet: B4, BB and E7. RGB value is (180,187,231). Sum of RGB (Red+Green+Blue) = 180+187+231=598 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.10% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 231 (90.62% from 255 or 38.63% from 598); Max value from RGB is 231 - color contains mainly: blue. Hex color #B4BBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BBE7 is #4B4418. Grayscale: #BDBDBD. Windows color (decimal): -4932633 or 15186868. OLE color: 15186868.
HSL color Cylindrical-coordinate representation of color #B4BBE7: hue angle of 231.76º degrees, saturation: 0.52, 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 #B4BBE7 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 187 | 231 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.09 |
| HSL | 231.76º | 0.52% | 0.81% | - |
| HSV(B) | 231.76º | 0.22% | 0.91% | - |
| XYZ | 51.02 | 51.01 | 82.76 | - |
| YUV | 189.92 | 151.18 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 187 | 231 | 0.22 | 0.19 | 0 | 0.09 | 231.76 | 0.52 | 0.81 |
| Hex | B4 | BB | E7 | 16 | 13 | 0 | 9 | E8 | 34 | 51 |
| Octal | 264 | 273 | 347 | 26 | 23 | 0 | 11 | 350 | 64 | 121 |
| Binary | 10110100 | 10111011 | 11100111 | 10110 | 10011 | 0 | 1001 | 11101000 | 110100 | 1010001 |
Color Harmonies of #B4BBE7
Complementary color
Monochromatic Colors of #B4BBE7
Black with #B4BBE7
Text Example
Text Example
White with #B4BBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BBE7; }
p { color: rgb(180,187,231); }
H1.HeaderClassName
{
color: #B4BBE7;
}
.AnyTagClassName
{
color: #B4BBE7;
}
</style>
background-color css
<style>
a { background-color: #B4BBE7; }
a { background-color: rgb(180,187,231); }
div.DivClassName
{
background-color: #B4BBE7;
}
.BgClassName
{
background-color: #B4BBE7;
}
</style>
border-color css
<style>
span { border-color: #B4BBE7; }
span { border-color: rgb(180,187,231); }
td.TdClassName
{
border-color: #B4BBE7;
}
.TagClassName
{
border-color: #B4BBE7;
}
</style>