Shades of Perano #B5BBFE
Tints of Perano #B5BBFE
RGB
CMYK
RGB Variations
Color information
#B5BBFE (or 0xB5BBFE) is known color: Perano. HEX triplet: B5, BB and FE. RGB value is (181,187,254). Sum of RGB (Red+Green+Blue) = 181+187+254=622 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.10% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #B5BBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BBFE is #4A4401. Grayscale: #C0C0C0. Windows color (decimal): -4867074 or 16694197. OLE color: 16694197.
HSL color Cylindrical-coordinate representation of color #B5BBFE: hue angle of 235.07º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5BBFE is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 187 | 254 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.00 |
| HSL | 235.07º | 0.97% | 0.85% | - |
| HSV(B) | 235.07º | 0.29% | 1% | - |
| XYZ | 54.72 | 52.52 | 101.02 | - |
| YUV | 192.84 | 162.51 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 187 | 254 | 0.29 | 0.26 | 0 | 0.00 | 235.07 | 0.97 | 0.85 |
| Hex | B5 | BB | FE | 1D | 1A | 0 | 0 | EB | 61 | 55 |
| Octal | 265 | 273 | 376 | 35 | 32 | 0 | 0 | 353 | 141 | 125 |
| Binary | 10110101 | 10111011 | 11111110 | 11101 | 11010 | 0 | 0 | 11101011 | 1100001 | 1010101 |
Color Harmonies of #B5BBFE
Complementary color
Monochromatic Colors of #B5BBFE
Black with #B5BBFE
Text Example
Text Example
White with #B5BBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BBFE; }
p { color: rgb(181,187,254); }
H1.HeaderClassName
{
color: #B5BBFE;
}
.AnyTagClassName
{
color: #B5BBFE;
}
</style>
background-color css
<style>
a { background-color: #B5BBFE; }
a { background-color: rgb(181,187,254); }
div.DivClassName
{
background-color: #B5BBFE;
}
.BgClassName
{
background-color: #B5BBFE;
}
</style>
border-color css
<style>
span { border-color: #B5BBFE; }
span { border-color: rgb(181,187,254); }
td.TdClassName
{
border-color: #B5BBFE;
}
.TagClassName
{
border-color: #B5BBFE;
}
</style>