Shades of Perano #BBBBF3
Tints of Perano #BBBBF3
RGB
CMYK
RGB Variations
Color information
#BBBBF3 (or 0xBBBBF3) is known color: Perano. HEX triplet: BB, BB and F3. RGB value is (187,187,243). Sum of RGB (Red+Green+Blue) = 187+187+243=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 243 (95.31% from 255 or 39.38% from 617); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBBBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBBF3 is #44440C. Grayscale: #C1C1C1. Windows color (decimal): -4473869 or 15973307. OLE color: 15973307.
HSL color Cylindrical-coordinate representation of color #BBBBF3: hue angle of 240º degrees, saturation: 0.7, 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 #BBBBF3 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 187 | 243 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.05 |
| HSL | 240º | 0.7% | 0.84% | - |
| HSV(B) | 240º | 0.23% | 0.95% | - |
| XYZ | 54.44 | 52.58 | 92.07 | - |
| YUV | 193.38 | 156 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 187 | 243 | 0.23 | 0.23 | 0 | 0.05 | 240 | 0.7 | 0.84 |
| Hex | BB | BB | F3 | 17 | 17 | 0 | 5 | F0 | 46 | 54 |
| Octal | 273 | 273 | 363 | 27 | 27 | 0 | 5 | 360 | 106 | 124 |
| Binary | 10111011 | 10111011 | 11110011 | 10111 | 10111 | 0 | 101 | 11110000 | 1000110 | 1010100 |
Color Harmonies of #BBBBF3
Complementary color
Monochromatic Colors of #BBBBF3
Black with #BBBBF3
Text Example
Text Example
White with #BBBBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBBF3; }
p { color: rgb(187,187,243); }
H1.HeaderClassName
{
color: #BBBBF3;
}
.AnyTagClassName
{
color: #BBBBF3;
}
</style>
background-color css
<style>
a { background-color: #BBBBF3; }
a { background-color: rgb(187,187,243); }
div.DivClassName
{
background-color: #BBBBF3;
}
.BgClassName
{
background-color: #BBBBF3;
}
</style>
border-color css
<style>
span { border-color: #BBBBF3; }
span { border-color: rgb(187,187,243); }
td.TdClassName
{
border-color: #BBBBF3;
}
.TagClassName
{
border-color: #BBBBF3;
}
</style>