Shades of Perano #BBBFEC
Tints of Perano #BBBFEC
RGB
CMYK
RGB Variations
Color information
#BBBFEC (or 0xBBBFEC) is known color: Perano. HEX triplet: BB, BF and EC. RGB value is (187,191,236). Sum of RGB (Red+Green+Blue) = 187+191+236=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 191 (75% from 255 or 31.11% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBBFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBFEC is #444013. Grayscale: #C2C2C2. Windows color (decimal): -4472852 or 15515579. OLE color: 15515579.
HSL color Cylindrical-coordinate representation of color #BBBFEC: hue angle of 235.1º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBBFEC is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 191 | 236 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.07 |
| HSL | 235.1º | 0.56% | 0.83% | - |
| HSV(B) | 235.1º | 0.21% | 0.93% | - |
| XYZ | 54.26 | 53.88 | 86.9 | - |
| YUV | 194.93 | 151.17 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 191 | 236 | 0.21 | 0.19 | 0 | 0.07 | 235.1 | 0.56 | 0.83 |
| Hex | BB | BF | EC | 15 | 13 | 0 | 7 | EB | 38 | 53 |
| Octal | 273 | 277 | 354 | 25 | 23 | 0 | 7 | 353 | 70 | 123 |
| Binary | 10111011 | 10111111 | 11101100 | 10101 | 10011 | 0 | 111 | 11101011 | 111000 | 1010011 |
Color Harmonies of #BBBFEC
Complementary color
Monochromatic Colors of #BBBFEC
Black with #BBBFEC
Text Example
Text Example
White with #BBBFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBFEC; }
p { color: rgb(187,191,236); }
H1.HeaderClassName
{
color: #BBBFEC;
}
.AnyTagClassName
{
color: #BBBFEC;
}
</style>
background-color css
<style>
a { background-color: #BBBFEC; }
a { background-color: rgb(187,191,236); }
div.DivClassName
{
background-color: #BBBFEC;
}
.BgClassName
{
background-color: #BBBFEC;
}
</style>
border-color css
<style>
span { border-color: #BBBFEC; }
span { border-color: rgb(187,191,236); }
td.TdClassName
{
border-color: #BBBFEC;
}
.TagClassName
{
border-color: #BBBFEC;
}
</style>