Shades of Link Water #BABFD2
Tints of Link Water #BABFD2
RGB
CMYK
RGB Variations
Color information
#BABFD2 (or 0xBABFD2) is known color: Link Water. HEX triplet: BA, BF and D2. RGB value is (186,191,210). Sum of RGB (Red+Green+Blue) = 186+191+210=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 210 (82.42% from 255 or 35.78% from 587); Max value from RGB is 210 - color contains mainly: blue. Hex color #BABFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABFD2 is #45402D. Grayscale: #BFBFBF. Windows color (decimal): -4538414 or 13811642. OLE color: 13811642.
HSL color Cylindrical-coordinate representation of color #BABFD2: hue angle of 227.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BABFD2 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 191 | 210 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.18 |
| HSL | 227.5º | 0.21% | 0.78% | - |
| HSV(B) | 227.5º | 0.11% | 0.82% | - |
| XYZ | 50.51 | 52.35 | 68.42 | - |
| YUV | 191.67 | 138.34 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 191 | 210 | 0.11 | 0.09 | 0 | 0.18 | 227.5 | 0.21 | 0.78 |
| Hex | BA | BF | D2 | B | 9 | 0 | 12 | E4 | 15 | 4E |
| Octal | 272 | 277 | 322 | 13 | 11 | 0 | 22 | 344 | 25 | 116 |
| Binary | 10111010 | 10111111 | 11010010 | 1011 | 1001 | 0 | 10010 | 11100100 | 10101 | 1001110 |
Color Harmonies of #BABFD2
Complementary color
Monochromatic Colors of #BABFD2
Black with #BABFD2
Text Example
Text Example
White with #BABFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABFD2; }
p { color: rgb(186,191,210); }
H1.HeaderClassName
{
color: #BABFD2;
}
.AnyTagClassName
{
color: #BABFD2;
}
</style>
background-color css
<style>
a { background-color: #BABFD2; }
a { background-color: rgb(186,191,210); }
div.DivClassName
{
background-color: #BABFD2;
}
.BgClassName
{
background-color: #BABFD2;
}
</style>
border-color css
<style>
span { border-color: #BABFD2; }
span { border-color: rgb(186,191,210); }
td.TdClassName
{
border-color: #BABFD2;
}
.TagClassName
{
border-color: #BABFD2;
}
</style>