Shades of Perano #BBBBF1
Tints of Perano #BBBBF1
RGB
CMYK
RGB Variations
Color information
#BBBBF1 (or 0xBBBBF1) is known color: Perano. HEX triplet: BB, BB and F1. RGB value is (187,187,241). Sum of RGB (Red+Green+Blue) = 187+187+241=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 241 (94.53% from 255 or 39.19% from 615); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBBBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBBF1 is #44440E. Grayscale: #C0C0C0. Windows color (decimal): -4473871 or 15842235. OLE color: 15842235.
HSL color Cylindrical-coordinate representation of color #BBBBF1: hue angle of 240º 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 #BBBBF1 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 187 | 241 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.05 |
| HSL | 240º | 0.66% | 0.84% | - |
| HSV(B) | 240º | 0.22% | 0.95% | - |
| XYZ | 54.14 | 52.46 | 90.49 | - |
| YUV | 193.16 | 155 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 187 | 241 | 0.22 | 0.22 | 0 | 0.05 | 240 | 0.66 | 0.84 |
| Hex | BB | BB | F1 | 16 | 16 | 0 | 5 | F0 | 42 | 54 |
| Octal | 273 | 273 | 361 | 26 | 26 | 0 | 5 | 360 | 102 | 124 |
| Binary | 10111011 | 10111011 | 11110001 | 10110 | 10110 | 0 | 101 | 11110000 | 1000010 | 1010100 |
Color Harmonies of #BBBBF1
Complementary color
Monochromatic Colors of #BBBBF1
Black with #BBBBF1
Text Example
Text Example
White with #BBBBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBBF1; }
p { color: rgb(187,187,241); }
H1.HeaderClassName
{
color: #BBBBF1;
}
.AnyTagClassName
{
color: #BBBBF1;
}
</style>
background-color css
<style>
a { background-color: #BBBBF1; }
a { background-color: rgb(187,187,241); }
div.DivClassName
{
background-color: #BBBBF1;
}
.BgClassName
{
background-color: #BBBBF1;
}
</style>
border-color css
<style>
span { border-color: #BBBBF1; }
span { border-color: rgb(187,187,241); }
td.TdClassName
{
border-color: #BBBBF1;
}
.TagClassName
{
border-color: #BBBBF1;
}
</style>