Shades of Perano #BABDF4
Tints of Perano #BABDF4
RGB
CMYK
RGB Variations
Color information
#BABDF4 (or 0xBABDF4) is known color: Perano. HEX triplet: BA, BD and F4. RGB value is (186,189,244). Sum of RGB (Red+Green+Blue) = 186+189+244=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 244 (95.70% from 255 or 39.42% from 619); Max value from RGB is 244 - color contains mainly: blue. Hex color #BABDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABDF4 is #45420B. Grayscale: #C2C2C2. Windows color (decimal): -4538892 or 16039354. OLE color: 16039354.
HSL color Cylindrical-coordinate representation of color #BABDF4: hue angle of 236.9º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BABDF4 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 186 | 189 | 244 | - |
CMYK | 0.24 | 0.23 | 0 | 0.04 |
HSL | 236.9º | 0.73% | 0.84% | - |
HSV(B) | 236.9º | 0.24% | 0.96% | - |
XYZ | 54.78 | 53.37 | 93 | - |
YUV | 194.37 | 156.01 | 122.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 189 | 244 | 0.24 | 0.23 | 0 | 0.04 | 236.9 | 0.73 | 0.84 |
Hex | BA | BD | F4 | 18 | 17 | 0 | 4 | ED | 48 | 54 |
Octal | 272 | 275 | 364 | 30 | 27 | 0 | 4 | 355 | 110 | 124 |
Binary | 10111010 | 10111101 | 11110100 | 11000 | 10111 | 0 | 100 | 11101101 | 1001000 | 1010100 |
Color Harmonies of #BABDF4
Complementary color
Monochromatic Colors of #BABDF4
Black with #BABDF4
Text Example
Text Example
White with #BABDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDF4; }
p { color: rgb(186,189,244); }
H1.HeaderClassName
{
color: #BABDF4;
}
.AnyTagClassName
{
color: #BABDF4;
}
</style>
background-color css
<style>
a { background-color: #BABDF4; }
a { background-color: rgb(186,189,244); }
div.DivClassName
{
background-color: #BABDF4;
}
.BgClassName
{
background-color: #BABDF4;
}
</style>
border-color css
<style>
span { border-color: #BABDF4; }
span { border-color: rgb(186,189,244); }
td.TdClassName
{
border-color: #BABDF4;
}
.TagClassName
{
border-color: #BABDF4;
}
</style>