Shades of Perano #BBBFEA
Tints of Perano #BBBFEA
RGB
CMYK
RGB Variations
Color information
#BBBFEA (or 0xBBBFEA) is known color: Perano. HEX triplet: BB, BF and EA. RGB value is (187,191,234). Sum of RGB (Red+Green+Blue) = 187+191+234=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBBFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBFEA is #444015. Grayscale: #C2C2C2. Windows color (decimal): -4472854 or 15384507. OLE color: 15384507.
HSL color Cylindrical-coordinate representation of color #BBBFEA: hue angle of 234.89º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBBFEA is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 191 | 234 | - |
| CMYK | 0.20 | 0.18 | 0 | 0.08 |
| HSL | 234.89º | 0.53% | 0.83% | - |
| HSV(B) | 234.89º | 0.2% | 0.92% | - |
| XYZ | 53.98 | 53.77 | 85.38 | - |
| YUV | 194.71 | 150.17 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 191 | 234 | 0.20 | 0.18 | 0 | 0.08 | 234.89 | 0.53 | 0.83 |
| Hex | BB | BF | EA | 14 | 12 | 0 | 8 | EB | 35 | 53 |
| Octal | 273 | 277 | 352 | 24 | 22 | 0 | 10 | 353 | 65 | 123 |
| Binary | 10111011 | 10111111 | 11101010 | 10100 | 10010 | 0 | 1000 | 11101011 | 110101 | 1010011 |
Color Harmonies of #BBBFEA
Complementary color
Monochromatic Colors of #BBBFEA
Black with #BBBFEA
Text Example
Text Example
White with #BBBFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBFEA; }
p { color: rgb(187,191,234); }
H1.HeaderClassName
{
color: #BBBFEA;
}
.AnyTagClassName
{
color: #BBBFEA;
}
</style>
background-color css
<style>
a { background-color: #BBBFEA; }
a { background-color: rgb(187,191,234); }
div.DivClassName
{
background-color: #BBBFEA;
}
.BgClassName
{
background-color: #BBBFEA;
}
</style>
border-color css
<style>
span { border-color: #BBBFEA; }
span { border-color: rgb(187,191,234); }
td.TdClassName
{
border-color: #BBBFEA;
}
.TagClassName
{
border-color: #BBBFEA;
}
</style>