Shades of Perano #B5BBF8
Tints of Perano #B5BBF8
RGB
CMYK
RGB Variations
Color information
#B5BBF8 (or 0xB5BBF8) is known color: Perano. HEX triplet: B5, BB and F8. RGB value is (181,187,248). Sum of RGB (Red+Green+Blue) = 181+187+248=616 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.38% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 248 (97.27% from 255 or 40.26% from 616); Max value from RGB is 248 - color contains mainly: blue. Hex color #B5BBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BBF8 is #4A4407. Grayscale: #BFBFBF. Windows color (decimal): -4867080 or 16300981. OLE color: 16300981.
HSL color Cylindrical-coordinate representation of color #B5BBF8: hue angle of 234.63º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5BBF8 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 187 | 248 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.03 |
| HSL | 234.63º | 0.83% | 0.84% | - |
| HSV(B) | 234.63º | 0.27% | 0.97% | - |
| XYZ | 53.77 | 52.14 | 96.04 | - |
| YUV | 192.16 | 159.51 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 187 | 248 | 0.27 | 0.25 | 0 | 0.03 | 234.63 | 0.83 | 0.84 |
| Hex | B5 | BB | F8 | 1B | 19 | 0 | 3 | EB | 53 | 54 |
| Octal | 265 | 273 | 370 | 33 | 31 | 0 | 3 | 353 | 123 | 124 |
| Binary | 10110101 | 10111011 | 11111000 | 11011 | 11001 | 0 | 11 | 11101011 | 1010011 | 1010100 |
Color Harmonies of #B5BBF8
Complementary color
Monochromatic Colors of #B5BBF8
Black with #B5BBF8
Text Example
Text Example
White with #B5BBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BBF8; }
p { color: rgb(181,187,248); }
H1.HeaderClassName
{
color: #B5BBF8;
}
.AnyTagClassName
{
color: #B5BBF8;
}
</style>
background-color css
<style>
a { background-color: #B5BBF8; }
a { background-color: rgb(181,187,248); }
div.DivClassName
{
background-color: #B5BBF8;
}
.BgClassName
{
background-color: #B5BBF8;
}
</style>
border-color css
<style>
span { border-color: #B5BBF8; }
span { border-color: rgb(181,187,248); }
td.TdClassName
{
border-color: #B5BBF8;
}
.TagClassName
{
border-color: #B5BBF8;
}
</style>