Shades of Perano #B4BBFF
Tints of Perano #B4BBFF
RGB
CMYK
RGB Variations
Color information
#B4BBFF (or 0xB4BBFF) is known color: Perano. HEX triplet: B4, BB and FF. RGB value is (180,187,255). Sum of RGB (Red+Green+Blue) = 180+187+255=622 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.94% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #B4BBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BBFF is #4B4400. Grayscale: #C0C0C0. Windows color (decimal): -4932609 or 16759732. OLE color: 16759732.
HSL color Cylindrical-coordinate representation of color #B4BBFF: hue angle of 234.4º 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 #B4BBFF is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 187 | 255 | - |
| CMYK | 0.29 | 0.27 | 0 | 0 |
| HSL | 234.4º | 1% | 0.85% | - |
| HSV(B) | 234.4º | 0.29% | 1% | - |
| XYZ | 54.64 | 52.46 | 101.85 | - |
| YUV | 192.66 | 163.18 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 187 | 255 | 0.29 | 0.27 | 0 | 0 | 234.4 | 1 | 0.85 |
| Hex | B4 | BB | FF | 1D | 1B | 0 | 0 | EA | 64 | 55 |
| Octal | 264 | 273 | 377 | 35 | 33 | 0 | 0 | 352 | 144 | 125 |
| Binary | 10110100 | 10111011 | 11111111 | 11101 | 11011 | 0 | 0 | 11101010 | 1100100 | 1010101 |
Color Harmonies of #B4BBFF
Complementary color
Monochromatic Colors of #B4BBFF
Black with #B4BBFF
Text Example
Text Example
White with #B4BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BBFF; }
p { color: rgb(180,187,255); }
H1.HeaderClassName
{
color: #B4BBFF;
}
.AnyTagClassName
{
color: #B4BBFF;
}
</style>
background-color css
<style>
a { background-color: #B4BBFF; }
a { background-color: rgb(180,187,255); }
div.DivClassName
{
background-color: #B4BBFF;
}
.BgClassName
{
background-color: #B4BBFF;
}
</style>
border-color css
<style>
span { border-color: #B4BBFF; }
span { border-color: rgb(180,187,255); }
td.TdClassName
{
border-color: #B4BBFF;
}
.TagClassName
{
border-color: #B4BBFF;
}
</style>