Shades of Perano #B4BBF4
Tints of Perano #B4BBF4
RGB
CMYK
RGB Variations
Color information
#B4BBF4 (or 0xB4BBF4) is known color: Perano. HEX triplet: B4, BB and F4. RGB value is (180,187,244). Sum of RGB (Red+Green+Blue) = 180+187+244=611 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.46% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 244 (95.70% from 255 or 39.93% from 611); Max value from RGB is 244 - color contains mainly: blue. Hex color #B4BBF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BBF4 is #4B440B. Grayscale: #BFBFBF. Windows color (decimal): -4932620 or 16038836. OLE color: 16038836.
HSL color Cylindrical-coordinate representation of color #B4BBF4: hue angle of 233.44º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4BBF4 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 180 | 187 | 244 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.04 |
| HSL | 233.44º | 0.74% | 0.83% | - |
| HSV(B) | 233.44º | 0.26% | 0.96% | - |
| XYZ | 52.92 | 51.78 | 92.79 | - |
| YUV | 191.41 | 157.68 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 187 | 244 | 0.26 | 0.23 | 0 | 0.04 | 233.44 | 0.74 | 0.83 |
| Hex | B4 | BB | F4 | 1A | 17 | 0 | 4 | E9 | 4A | 53 |
| Octal | 264 | 273 | 364 | 32 | 27 | 0 | 4 | 351 | 112 | 123 |
| Binary | 10110100 | 10111011 | 11110100 | 11010 | 10111 | 0 | 100 | 11101001 | 1001010 | 1010011 |
Color Harmonies of #B4BBF4
Complementary color
Monochromatic Colors of #B4BBF4
Black with #B4BBF4
Text Example
Text Example
White with #B4BBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BBF4; }
p { color: rgb(180,187,244); }
H1.HeaderClassName
{
color: #B4BBF4;
}
.AnyTagClassName
{
color: #B4BBF4;
}
</style>
background-color css
<style>
a { background-color: #B4BBF4; }
a { background-color: rgb(180,187,244); }
div.DivClassName
{
background-color: #B4BBF4;
}
.BgClassName
{
background-color: #B4BBF4;
}
</style>
border-color css
<style>
span { border-color: #B4BBF4; }
span { border-color: rgb(180,187,244); }
td.TdClassName
{
border-color: #B4BBF4;
}
.TagClassName
{
border-color: #B4BBF4;
}
</style>