Shades of Perano #B5BBE6
Tints of Perano #B5BBE6
RGB
CMYK
RGB Variations
Color information
#B5BBE6 (or 0xB5BBE6) is known color: Perano. HEX triplet: B5, BB and E6. RGB value is (181,187,230). Sum of RGB (Red+Green+Blue) = 181+187+230=598 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.27% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 230 (90.23% from 255 or 38.46% from 598); Max value from RGB is 230 - color contains mainly: blue. Hex color #B5BBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BBE6 is #4A4419. Grayscale: #BDBDBD. Windows color (decimal): -4867098 or 15121333. OLE color: 15121333.
HSL color Cylindrical-coordinate representation of color #B5BBE6: hue angle of 232.65º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5BBE6 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 187 | 230 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.10 |
| HSL | 232.65º | 0.49% | 0.81% | - |
| HSV(B) | 232.65º | 0.21% | 0.9% | - |
| XYZ | 51.11 | 51.08 | 82.03 | - |
| YUV | 190.11 | 150.51 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 187 | 230 | 0.21 | 0.19 | 0 | 0.10 | 232.65 | 0.49 | 0.81 |
| Hex | B5 | BB | E6 | 15 | 13 | 0 | A | E9 | 31 | 51 |
| Octal | 265 | 273 | 346 | 25 | 23 | 0 | 12 | 351 | 61 | 121 |
| Binary | 10110101 | 10111011 | 11100110 | 10101 | 10011 | 0 | 1010 | 11101001 | 110001 | 1010001 |
Color Harmonies of #B5BBE6
Complementary color
Monochromatic Colors of #B5BBE6
Black with #B5BBE6
Text Example
Text Example
White with #B5BBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BBE6; }
p { color: rgb(181,187,230); }
H1.HeaderClassName
{
color: #B5BBE6;
}
.AnyTagClassName
{
color: #B5BBE6;
}
</style>
background-color css
<style>
a { background-color: #B5BBE6; }
a { background-color: rgb(181,187,230); }
div.DivClassName
{
background-color: #B5BBE6;
}
.BgClassName
{
background-color: #B5BBE6;
}
</style>
border-color css
<style>
span { border-color: #B5BBE6; }
span { border-color: rgb(181,187,230); }
td.TdClassName
{
border-color: #B5BBE6;
}
.TagClassName
{
border-color: #B5BBE6;
}
</style>