Shades of Perano #B4BBF0
Tints of Perano #B4BBF0
RGB
CMYK
RGB Variations
Color information
#B4BBF0 (or 0xB4BBF0) is known color: Perano. HEX triplet: B4, BB and F0. RGB value is (180,187,240). Sum of RGB (Red+Green+Blue) = 180+187+240=607 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.65% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 240 (94.14% from 255 or 39.54% from 607); Max value from RGB is 240 - color contains mainly: blue. Hex color #B4BBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BBF0 is #4B440F. Grayscale: #BEBEBE. Windows color (decimal): -4932624 or 15776692. OLE color: 15776692.
HSL color Cylindrical-coordinate representation of color #B4BBF0: hue angle of 233º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4BBF0 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 187 | 240 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.06 |
| HSL | 233º | 0.67% | 0.82% | - |
| HSV(B) | 233º | 0.25% | 0.94% | - |
| XYZ | 52.32 | 51.54 | 89.63 | - |
| YUV | 190.95 | 155.68 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 187 | 240 | 0.25 | 0.22 | 0 | 0.06 | 233 | 0.67 | 0.82 |
| Hex | B4 | BB | F0 | 19 | 16 | 0 | 6 | E9 | 43 | 52 |
| Octal | 264 | 273 | 360 | 31 | 26 | 0 | 6 | 351 | 103 | 122 |
| Binary | 10110100 | 10111011 | 11110000 | 11001 | 10110 | 0 | 110 | 11101001 | 1000011 | 1010010 |
Color Harmonies of #B4BBF0
Complementary color
Monochromatic Colors of #B4BBF0
Black with #B4BBF0
Text Example
Text Example
White with #B4BBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BBF0; }
p { color: rgb(180,187,240); }
H1.HeaderClassName
{
color: #B4BBF0;
}
.AnyTagClassName
{
color: #B4BBF0;
}
</style>
background-color css
<style>
a { background-color: #B4BBF0; }
a { background-color: rgb(180,187,240); }
div.DivClassName
{
background-color: #B4BBF0;
}
.BgClassName
{
background-color: #B4BBF0;
}
</style>
border-color css
<style>
span { border-color: #B4BBF0; }
span { border-color: rgb(180,187,240); }
td.TdClassName
{
border-color: #B4BBF0;
}
.TagClassName
{
border-color: #B4BBF0;
}
</style>