Shades of Perano #BBBAF2
Tints of Perano #BBBAF2
RGB
CMYK
RGB Variations
Color information
#BBBAF2 (or 0xBBBAF2) is known color: Perano. HEX triplet: BB, BA and F2. RGB value is (187,186,242). Sum of RGB (Red+Green+Blue) = 187+186+242=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 242 (94.92% from 255 or 39.35% from 615); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBBAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBAF2 is #44450D. Grayscale: #C0C0C0. Windows color (decimal): -4474126 or 15907515. OLE color: 15907515.
HSL color Cylindrical-coordinate representation of color #BBBAF2: hue angle of 241.07º 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 #BBBAF2 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 186 | 242 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.05 |
| HSL | 241.07º | 0.68% | 0.84% | - |
| HSV(B) | 241.07º | 0.23% | 0.95% | - |
| XYZ | 54.08 | 52.09 | 91.21 | - |
| YUV | 192.68 | 155.83 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 242 | 0.23 | 0.23 | 0 | 0.05 | 241.07 | 0.68 | 0.84 |
| Hex | BB | BA | F2 | 17 | 17 | 0 | 5 | F1 | 44 | 54 |
| Octal | 273 | 272 | 362 | 27 | 27 | 0 | 5 | 361 | 104 | 124 |
| Binary | 10111011 | 10111010 | 11110010 | 10111 | 10111 | 0 | 101 | 11110001 | 1000100 | 1010100 |
Color Harmonies of #BBBAF2
Complementary color
Monochromatic Colors of #BBBAF2
Black with #BBBAF2
Text Example
Text Example
White with #BBBAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBAF2; }
p { color: rgb(187,186,242); }
H1.HeaderClassName
{
color: #BBBAF2;
}
.AnyTagClassName
{
color: #BBBAF2;
}
</style>
background-color css
<style>
a { background-color: #BBBAF2; }
a { background-color: rgb(187,186,242); }
div.DivClassName
{
background-color: #BBBAF2;
}
.BgClassName
{
background-color: #BBBAF2;
}
</style>
border-color css
<style>
span { border-color: #BBBAF2; }
span { border-color: rgb(187,186,242); }
td.TdClassName
{
border-color: #BBBAF2;
}
.TagClassName
{
border-color: #BBBAF2;
}
</style>