Shades of Perano #BBBEF1
Tints of Perano #BBBEF1
RGB
CMYK
RGB Variations
Color information
#BBBEF1 (or 0xBBBEF1) is known color: Perano. HEX triplet: BB, BE and F1. RGB value is (187,190,241). Sum of RGB (Red+Green+Blue) = 187+190+241=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBBEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBEF1 is #44410E. Grayscale: #C2C2C2. Windows color (decimal): -4473103 or 15843003. OLE color: 15843003.
HSL color Cylindrical-coordinate representation of color #BBBEF1: hue angle of 236.67º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBBEF1 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 190 | 241 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.05 |
| HSL | 236.67º | 0.66% | 0.84% | - |
| HSV(B) | 236.67º | 0.22% | 0.95% | - |
| XYZ | 54.78 | 53.74 | 90.71 | - |
| YUV | 194.92 | 154.01 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 190 | 241 | 0.22 | 0.21 | 0 | 0.05 | 236.67 | 0.66 | 0.84 |
| Hex | BB | BE | F1 | 16 | 15 | 0 | 5 | ED | 42 | 54 |
| Octal | 273 | 276 | 361 | 26 | 25 | 0 | 5 | 355 | 102 | 124 |
| Binary | 10111011 | 10111110 | 11110001 | 10110 | 10101 | 0 | 101 | 11101101 | 1000010 | 1010100 |
Color Harmonies of #BBBEF1
Complementary color
Monochromatic Colors of #BBBEF1
Black with #BBBEF1
Text Example
Text Example
White with #BBBEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBEF1; }
p { color: rgb(187,190,241); }
H1.HeaderClassName
{
color: #BBBEF1;
}
.AnyTagClassName
{
color: #BBBEF1;
}
</style>
background-color css
<style>
a { background-color: #BBBEF1; }
a { background-color: rgb(187,190,241); }
div.DivClassName
{
background-color: #BBBEF1;
}
.BgClassName
{
background-color: #BBBEF1;
}
</style>
border-color css
<style>
span { border-color: #BBBEF1; }
span { border-color: rgb(187,190,241); }
td.TdClassName
{
border-color: #BBBEF1;
}
.TagClassName
{
border-color: #BBBEF1;
}
</style>