Shades of Perano #BBBFF2
Tints of Perano #BBBFF2
RGB
CMYK
RGB Variations
Color information
#BBBFF2 (or 0xBBBFF2) is known color: Perano. HEX triplet: BB, BF and F2. RGB value is (187,191,242). Sum of RGB (Red+Green+Blue) = 187+191+242=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 242 (94.92% from 255 or 39.03% from 620); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBBFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBFF2 is #44400D. Grayscale: #C3C3C3. Windows color (decimal): -4472846 or 15908795. OLE color: 15908795.
HSL color Cylindrical-coordinate representation of color #BBBFF2: hue angle of 235.64º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBBFF2 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 191 | 242 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.05 |
| HSL | 235.64º | 0.68% | 0.84% | - |
| HSV(B) | 235.64º | 0.23% | 0.95% | - |
| XYZ | 55.15 | 54.24 | 91.57 | - |
| YUV | 195.62 | 154.17 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 191 | 242 | 0.23 | 0.21 | 0 | 0.05 | 235.64 | 0.68 | 0.84 |
| Hex | BB | BF | F2 | 17 | 15 | 0 | 5 | EC | 44 | 54 |
| Octal | 273 | 277 | 362 | 27 | 25 | 0 | 5 | 354 | 104 | 124 |
| Binary | 10111011 | 10111111 | 11110010 | 10111 | 10101 | 0 | 101 | 11101100 | 1000100 | 1010100 |
Color Harmonies of #BBBFF2
Complementary color
Monochromatic Colors of #BBBFF2
Black with #BBBFF2
Text Example
Text Example
White with #BBBFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBFF2; }
p { color: rgb(187,191,242); }
H1.HeaderClassName
{
color: #BBBFF2;
}
.AnyTagClassName
{
color: #BBBFF2;
}
</style>
background-color css
<style>
a { background-color: #BBBFF2; }
a { background-color: rgb(187,191,242); }
div.DivClassName
{
background-color: #BBBFF2;
}
.BgClassName
{
background-color: #BBBFF2;
}
</style>
border-color css
<style>
span { border-color: #BBBFF2; }
span { border-color: rgb(187,191,242); }
td.TdClassName
{
border-color: #BBBFF2;
}
.TagClassName
{
border-color: #BBBFF2;
}
</style>