Shades of Perano #B4BBEE
Tints of Perano #B4BBEE
RGB
CMYK
RGB Variations
Color information
#B4BBEE (or 0xB4BBEE) is known color: Perano. HEX triplet: B4, BB and EE. RGB value is (180,187,238). Sum of RGB (Red+Green+Blue) = 180+187+238=605 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.75% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #B4BBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BBEE is #4B4411. Grayscale: #BEBEBE. Windows color (decimal): -4932626 or 15645620. OLE color: 15645620.
HSL color Cylindrical-coordinate representation of color #B4BBEE: hue angle of 232.76º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4BBEE is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 187 | 238 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.07 |
| HSL | 232.76º | 0.63% | 0.82% | - |
| HSV(B) | 232.76º | 0.24% | 0.93% | - |
| XYZ | 52.03 | 51.42 | 88.07 | - |
| YUV | 190.72 | 154.68 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 187 | 238 | 0.24 | 0.21 | 0 | 0.07 | 232.76 | 0.63 | 0.82 |
| Hex | B4 | BB | EE | 18 | 15 | 0 | 7 | E9 | 3F | 52 |
| Octal | 264 | 273 | 356 | 30 | 25 | 0 | 7 | 351 | 77 | 122 |
| Binary | 10110100 | 10111011 | 11101110 | 11000 | 10101 | 0 | 111 | 11101001 | 111111 | 1010010 |
Color Harmonies of #B4BBEE
Complementary color
Monochromatic Colors of #B4BBEE
Black with #B4BBEE
Text Example
Text Example
White with #B4BBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BBEE; }
p { color: rgb(180,187,238); }
H1.HeaderClassName
{
color: #B4BBEE;
}
.AnyTagClassName
{
color: #B4BBEE;
}
</style>
background-color css
<style>
a { background-color: #B4BBEE; }
a { background-color: rgb(180,187,238); }
div.DivClassName
{
background-color: #B4BBEE;
}
.BgClassName
{
background-color: #B4BBEE;
}
</style>
border-color css
<style>
span { border-color: #B4BBEE; }
span { border-color: rgb(180,187,238); }
td.TdClassName
{
border-color: #B4BBEE;
}
.TagClassName
{
border-color: #B4BBEE;
}
</style>