Shades of Perano #BABDE7
Tints of Perano #BABDE7
RGB
CMYK
RGB Variations
Color information
#BABDE7 (or 0xBABDE7) is known color: Perano. HEX triplet: BA, BD and E7. RGB value is (186,189,231). Sum of RGB (Red+Green+Blue) = 186+189+231=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 231 (90.62% from 255 or 38.12% from 606); Max value from RGB is 231 - color contains mainly: blue. Hex color #BABDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABDE7 is #454218. Grayscale: #C0C0C0. Windows color (decimal): -4538905 or 15187386. OLE color: 15187386.
HSL color Cylindrical-coordinate representation of color #BABDE7: hue angle of 236º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BABDE7 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 189 | 231 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.09 |
| HSL | 236º | 0.48% | 0.82% | - |
| HSV(B) | 236º | 0.19% | 0.91% | - |
| XYZ | 52.87 | 52.6 | 82.97 | - |
| YUV | 192.89 | 149.51 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 231 | 0.19 | 0.18 | 0 | 0.09 | 236 | 0.48 | 0.82 |
| Hex | BA | BD | E7 | 13 | 12 | 0 | 9 | EC | 30 | 52 |
| Octal | 272 | 275 | 347 | 23 | 22 | 0 | 11 | 354 | 60 | 122 |
| Binary | 10111010 | 10111101 | 11100111 | 10011 | 10010 | 0 | 1001 | 11101100 | 110000 | 1010010 |
Color Harmonies of #BABDE7
Complementary color
Monochromatic Colors of #BABDE7
Black with #BABDE7
Text Example
Text Example
White with #BABDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDE7; }
p { color: rgb(186,189,231); }
H1.HeaderClassName
{
color: #BABDE7;
}
.AnyTagClassName
{
color: #BABDE7;
}
</style>
background-color css
<style>
a { background-color: #BABDE7; }
a { background-color: rgb(186,189,231); }
div.DivClassName
{
background-color: #BABDE7;
}
.BgClassName
{
background-color: #BABDE7;
}
</style>
border-color css
<style>
span { border-color: #BABDE7; }
span { border-color: rgb(186,189,231); }
td.TdClassName
{
border-color: #BABDE7;
}
.TagClassName
{
border-color: #BABDE7;
}
</style>