Shades of Perano #BBBFEB
Tints of Perano #BBBFEB
RGB
CMYK
RGB Variations
Color information
#BBBFEB (or 0xBBBFEB) is known color: Perano. HEX triplet: BB, BF and EB. RGB value is (187,191,235). Sum of RGB (Red+Green+Blue) = 187+191+235=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBBFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBFEB is #444014. Grayscale: #C2C2C2. Windows color (decimal): -4472853 or 15450043. OLE color: 15450043.
HSL color Cylindrical-coordinate representation of color #BBBFEB: hue angle of 235º degrees, saturation: 0.55, 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 #BBBFEB is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 191 | 235 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.08 |
| HSL | 235º | 0.55% | 0.83% | - |
| HSV(B) | 235º | 0.2% | 0.92% | - |
| XYZ | 54.12 | 53.82 | 86.13 | - |
| YUV | 194.82 | 150.67 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 191 | 235 | 0.20 | 0.19 | 0 | 0.08 | 235 | 0.55 | 0.83 |
| Hex | BB | BF | EB | 14 | 13 | 0 | 8 | EB | 37 | 53 |
| Octal | 273 | 277 | 353 | 24 | 23 | 0 | 10 | 353 | 67 | 123 |
| Binary | 10111011 | 10111111 | 11101011 | 10100 | 10011 | 0 | 1000 | 11101011 | 110111 | 1010011 |
Color Harmonies of #BBBFEB
Complementary color
Monochromatic Colors of #BBBFEB
Black with #BBBFEB
Text Example
Text Example
White with #BBBFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBFEB; }
p { color: rgb(187,191,235); }
H1.HeaderClassName
{
color: #BBBFEB;
}
.AnyTagClassName
{
color: #BBBFEB;
}
</style>
background-color css
<style>
a { background-color: #BBBFEB; }
a { background-color: rgb(187,191,235); }
div.DivClassName
{
background-color: #BBBFEB;
}
.BgClassName
{
background-color: #BBBFEB;
}
</style>
border-color css
<style>
span { border-color: #BBBFEB; }
span { border-color: rgb(187,191,235); }
td.TdClassName
{
border-color: #BBBFEB;
}
.TagClassName
{
border-color: #BBBFEB;
}
</style>