Shades of Perano #BABCE9
Tints of Perano #BABCE9
RGB
CMYK
RGB Variations
Color information
#BABCE9 (or 0xBABCE9) is known color: Perano. HEX triplet: BA, BC and E9. RGB value is (186,188,233). Sum of RGB (Red+Green+Blue) = 186+188+233=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 233 (91.41% from 255 or 38.39% from 607); Max value from RGB is 233 - color contains mainly: blue. Hex color #BABCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABCE9 is #454316. Grayscale: #C0C0C0. Windows color (decimal): -4539159 or 15318202. OLE color: 15318202.
HSL color Cylindrical-coordinate representation of color #BABCE9: hue angle of 237.45º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BABCE9 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 188 | 233 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.09 |
| HSL | 237.45º | 0.52% | 0.82% | - |
| HSV(B) | 237.45º | 0.2% | 0.91% | - |
| XYZ | 52.94 | 52.29 | 84.39 | - |
| YUV | 192.53 | 150.84 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 233 | 0.20 | 0.19 | 0 | 0.09 | 237.45 | 0.52 | 0.82 |
| Hex | BA | BC | E9 | 14 | 13 | 0 | 9 | ED | 34 | 52 |
| Octal | 272 | 274 | 351 | 24 | 23 | 0 | 11 | 355 | 64 | 122 |
| Binary | 10111010 | 10111100 | 11101001 | 10100 | 10011 | 0 | 1001 | 11101101 | 110100 | 1010010 |
Color Harmonies of #BABCE9
Complementary color
Monochromatic Colors of #BABCE9
Black with #BABCE9
Text Example
Text Example
White with #BABCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABCE9; }
p { color: rgb(186,188,233); }
H1.HeaderClassName
{
color: #BABCE9;
}
.AnyTagClassName
{
color: #BABCE9;
}
</style>
background-color css
<style>
a { background-color: #BABCE9; }
a { background-color: rgb(186,188,233); }
div.DivClassName
{
background-color: #BABCE9;
}
.BgClassName
{
background-color: #BABCE9;
}
</style>
border-color css
<style>
span { border-color: #BABCE9; }
span { border-color: rgb(186,188,233); }
td.TdClassName
{
border-color: #BABCE9;
}
.TagClassName
{
border-color: #BABCE9;
}
</style>