Shades of Perano #BAB7F5
Tints of Perano #BAB7F5
RGB
CMYK
RGB Variations
Color information
#BAB7F5 (or 0xBAB7F5) is known color: Perano. HEX triplet: BA, B7 and F5. RGB value is (186,183,245). Sum of RGB (Red+Green+Blue) = 186+183+245=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 183 (71.88% from 255 or 29.80% from 614); Blue value is 245 (96.09% from 255 or 39.90% from 614); Max value from RGB is 245 - color contains mainly: blue. Hex color #BAB7F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB7F5 is #45480A. Grayscale: #BEBEBE. Windows color (decimal): -4540427 or 16103354. OLE color: 16103354.
HSL color Cylindrical-coordinate representation of color #BAB7F5: hue angle of 242.9º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAB7F5 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 183 | 245 | - |
| CMYK | 0.24 | 0.25 | 0 | 0.04 |
| HSL | 242.9º | 0.76% | 0.84% | - |
| HSV(B) | 242.9º | 0.25% | 0.96% | - |
| XYZ | 53.66 | 50.9 | 93.38 | - |
| YUV | 190.97 | 158.49 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 245 | 0.24 | 0.25 | 0 | 0.04 | 242.9 | 0.76 | 0.84 |
| Hex | BA | B7 | F5 | 18 | 19 | 0 | 4 | F3 | 4C | 54 |
| Octal | 272 | 267 | 365 | 30 | 31 | 0 | 4 | 363 | 114 | 124 |
| Binary | 10111010 | 10110111 | 11110101 | 11000 | 11001 | 0 | 100 | 11110011 | 1001100 | 1010100 |
Color Harmonies of #BAB7F5
Complementary color
Monochromatic Colors of #BAB7F5
Black with #BAB7F5
Text Example
Text Example
White with #BAB7F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB7F5; }
p { color: rgb(186,183,245); }
H1.HeaderClassName
{
color: #BAB7F5;
}
.AnyTagClassName
{
color: #BAB7F5;
}
</style>
background-color css
<style>
a { background-color: #BAB7F5; }
a { background-color: rgb(186,183,245); }
div.DivClassName
{
background-color: #BAB7F5;
}
.BgClassName
{
background-color: #BAB7F5;
}
</style>
border-color css
<style>
span { border-color: #BAB7F5; }
span { border-color: rgb(186,183,245); }
td.TdClassName
{
border-color: #BAB7F5;
}
.TagClassName
{
border-color: #BAB7F5;
}
</style>