Shades of Perano #BABDEB
Tints of Perano #BABDEB
RGB
CMYK
RGB Variations
Color information
#BABDEB (or 0xBABDEB) is known color: Perano. HEX triplet: BA, BD and EB. RGB value is (186,189,235). Sum of RGB (Red+Green+Blue) = 186+189+235=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 235 - color contains mainly: blue. Hex color #BABDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABDEB is #454214. Grayscale: #C1C1C1. Windows color (decimal): -4538901 or 15449530. OLE color: 15449530.
HSL color Cylindrical-coordinate representation of color #BABDEB: hue angle of 236.33º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BABDEB is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 189 | 235 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.08 |
| HSL | 236.33º | 0.55% | 0.83% | - |
| HSV(B) | 236.33º | 0.21% | 0.92% | - |
| XYZ | 53.44 | 52.83 | 85.98 | - |
| YUV | 193.35 | 151.51 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 235 | 0.21 | 0.20 | 0 | 0.08 | 236.33 | 0.55 | 0.83 |
| Hex | BA | BD | EB | 15 | 14 | 0 | 8 | EC | 37 | 53 |
| Octal | 272 | 275 | 353 | 25 | 24 | 0 | 10 | 354 | 67 | 123 |
| Binary | 10111010 | 10111101 | 11101011 | 10101 | 10100 | 0 | 1000 | 11101100 | 110111 | 1010011 |
Color Harmonies of #BABDEB
Complementary color
Monochromatic Colors of #BABDEB
Black with #BABDEB
Text Example
Text Example
White with #BABDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDEB; }
p { color: rgb(186,189,235); }
H1.HeaderClassName
{
color: #BABDEB;
}
.AnyTagClassName
{
color: #BABDEB;
}
</style>
background-color css
<style>
a { background-color: #BABDEB; }
a { background-color: rgb(186,189,235); }
div.DivClassName
{
background-color: #BABDEB;
}
.BgClassName
{
background-color: #BABDEB;
}
</style>
border-color css
<style>
span { border-color: #BABDEB; }
span { border-color: rgb(186,189,235); }
td.TdClassName
{
border-color: #BABDEB;
}
.TagClassName
{
border-color: #BABDEB;
}
</style>