Shades of Perano #BABAF3
Tints of Perano #BABAF3
RGB
CMYK
RGB Variations
Color information
#BABAF3 (or 0xBABAF3) is known color: Perano. HEX triplet: BA, BA and F3. RGB value is (186,186,243). Sum of RGB (Red+Green+Blue) = 186+186+243=615 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.24% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 243 (95.31% from 255 or 39.51% from 615); Max value from RGB is 243 - color contains mainly: blue. Hex color #BABAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABAF3 is #45450C. Grayscale: #C0C0C0. Windows color (decimal): -4539661 or 15973050. OLE color: 15973050.
HSL color Cylindrical-coordinate representation of color #BABAF3: 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 #BABAF3 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 186 | 243 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.05 |
| HSL | 240º | 0.7% | 0.84% | - |
| HSV(B) | 240º | 0.23% | 0.95% | - |
| XYZ | 53.99 | 52.03 | 91.99 | - |
| YUV | 192.5 | 156.5 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 243 | 0.23 | 0.23 | 0 | 0.05 | 240 | 0.7 | 0.84 |
| Hex | BA | BA | F3 | 17 | 17 | 0 | 5 | F0 | 46 | 54 |
| Octal | 272 | 272 | 363 | 27 | 27 | 0 | 5 | 360 | 106 | 124 |
| Binary | 10111010 | 10111010 | 11110011 | 10111 | 10111 | 0 | 101 | 11110000 | 1000110 | 1010100 |
Color Harmonies of #BABAF3
Complementary color
Monochromatic Colors of #BABAF3
Black with #BABAF3
Text Example
Text Example
White with #BABAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABAF3; }
p { color: rgb(186,186,243); }
H1.HeaderClassName
{
color: #BABAF3;
}
.AnyTagClassName
{
color: #BABAF3;
}
</style>
background-color css
<style>
a { background-color: #BABAF3; }
a { background-color: rgb(186,186,243); }
div.DivClassName
{
background-color: #BABAF3;
}
.BgClassName
{
background-color: #BABAF3;
}
</style>
border-color css
<style>
span { border-color: #BABAF3; }
span { border-color: rgb(186,186,243); }
td.TdClassName
{
border-color: #BABAF3;
}
.TagClassName
{
border-color: #BABAF3;
}
</style>