Shades of Perano #B5BBFF
Tints of Perano #B5BBFF
RGB
CMYK
RGB Variations
Color information
#B5BBFF (or 0xB5BBFF) is known color: Perano. HEX triplet: B5, BB and FF. RGB value is (181,187,255). Sum of RGB (Red+Green+Blue) = 181+187+255=623 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.05% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5BBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BBFF is #4A4400. Grayscale: #C0C0C0. Windows color (decimal): -4867073 or 16759733. OLE color: 16759733.
HSL color Cylindrical-coordinate representation of color #B5BBFF: hue angle of 235.14º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5BBFF is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 187 | 255 | - |
| CMYK | 0.29 | 0.27 | 0 | 0 |
| HSL | 235.14º | 1% | 0.85% | - |
| HSV(B) | 235.14º | 0.29% | 1% | - |
| XYZ | 54.88 | 52.58 | 101.87 | - |
| YUV | 192.96 | 163.01 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 187 | 255 | 0.29 | 0.27 | 0 | 0 | 235.14 | 1 | 0.85 |
| Hex | B5 | BB | FF | 1D | 1B | 0 | 0 | EB | 64 | 55 |
| Octal | 265 | 273 | 377 | 35 | 33 | 0 | 0 | 353 | 144 | 125 |
| Binary | 10110101 | 10111011 | 11111111 | 11101 | 11011 | 0 | 0 | 11101011 | 1100100 | 1010101 |
Color Harmonies of #B5BBFF
Complementary color
Monochromatic Colors of #B5BBFF
Black with #B5BBFF
Text Example
Text Example
White with #B5BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BBFF; }
p { color: rgb(181,187,255); }
H1.HeaderClassName
{
color: #B5BBFF;
}
.AnyTagClassName
{
color: #B5BBFF;
}
</style>
background-color css
<style>
a { background-color: #B5BBFF; }
a { background-color: rgb(181,187,255); }
div.DivClassName
{
background-color: #B5BBFF;
}
.BgClassName
{
background-color: #B5BBFF;
}
</style>
border-color css
<style>
span { border-color: #B5BBFF; }
span { border-color: rgb(181,187,255); }
td.TdClassName
{
border-color: #B5BBFF;
}
.TagClassName
{
border-color: #B5BBFF;
}
</style>