Shades of Perano #B5BBE2
Tints of Perano #B5BBE2
RGB
CMYK
RGB Variations
Color information
#B5BBE2 (or 0xB5BBE2) is known color: Perano. HEX triplet: B5, BB and E2. RGB value is (181,187,226). Sum of RGB (Red+Green+Blue) = 181+187+226=594 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.47% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 226 (88.67% from 255 or 38.05% from 594); Max value from RGB is 226 - color contains mainly: blue. Hex color #B5BBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BBE2 is #4A441D. Grayscale: #BDBDBD. Windows color (decimal): -4867102 or 14859189. OLE color: 14859189.
HSL color Cylindrical-coordinate representation of color #B5BBE2: hue angle of 232º degrees, saturation: 0.44, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B5BBE2 is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 187 | 226 | - |
| CMYK | 0.20 | 0.17 | 0 | 0.11 |
| HSL | 232º | 0.44% | 0.8% | - |
| HSV(B) | 232º | 0.2% | 0.89% | - |
| XYZ | 50.55 | 50.86 | 79.1 | - |
| YUV | 189.65 | 148.51 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 187 | 226 | 0.20 | 0.17 | 0 | 0.11 | 232 | 0.44 | 0.8 |
| Hex | B5 | BB | E2 | 14 | 11 | 0 | B | E8 | 2C | 50 |
| Octal | 265 | 273 | 342 | 24 | 21 | 0 | 13 | 350 | 54 | 120 |
| Binary | 10110101 | 10111011 | 11100010 | 10100 | 10001 | 0 | 1011 | 11101000 | 101100 | 1010000 |
Color Harmonies of #B5BBE2
Complementary color
Monochromatic Colors of #B5BBE2
Black with #B5BBE2
Text Example
Text Example
White with #B5BBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BBE2; }
p { color: rgb(181,187,226); }
H1.HeaderClassName
{
color: #B5BBE2;
}
.AnyTagClassName
{
color: #B5BBE2;
}
</style>
background-color css
<style>
a { background-color: #B5BBE2; }
a { background-color: rgb(181,187,226); }
div.DivClassName
{
background-color: #B5BBE2;
}
.BgClassName
{
background-color: #B5BBE2;
}
</style>
border-color css
<style>
span { border-color: #B5BBE2; }
span { border-color: rgb(181,187,226); }
td.TdClassName
{
border-color: #B5BBE2;
}
.TagClassName
{
border-color: #B5BBE2;
}
</style>