Shades of Link Water #BECADD
Tints of Link Water #BECADD
RGB
CMYK
RGB Variations
Color information
#BECADD (or 0xBECADD) is known color: Link Water. HEX triplet: BE, CA and DD. RGB value is (190,202,221). Sum of RGB (Red+Green+Blue) = 190+202+221=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 221 - color contains mainly: blue. Hex color #BECADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECADD is #413522. Grayscale: #C8C8C8. Windows color (decimal): -4273443 or 14535358. OLE color: 14535358.
HSL color Cylindrical-coordinate representation of color #BECADD: hue angle of 216.77º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BECADD is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 202 | 221 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.13 |
| HSL | 216.77º | 0.31% | 0.81% | - |
| HSV(B) | 216.77º | 0.14% | 0.87% | - |
| XYZ | 55.41 | 58.41 | 76.76 | - |
| YUV | 200.58 | 139.52 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 202 | 221 | 0.14 | 0.09 | 0 | 0.13 | 216.77 | 0.31 | 0.81 |
| Hex | BE | CA | DD | E | 9 | 0 | D | D9 | 1F | 51 |
| Octal | 276 | 312 | 335 | 16 | 11 | 0 | 15 | 331 | 37 | 121 |
| Binary | 10111110 | 11001010 | 11011101 | 1110 | 1001 | 0 | 1101 | 11011001 | 11111 | 1010001 |
Color Harmonies of #BECADD
Complementary color
Monochromatic Colors of #BECADD
Black with #BECADD
Text Example
Text Example
White with #BECADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECADD; }
p { color: rgb(190,202,221); }
H1.HeaderClassName
{
color: #BECADD;
}
.AnyTagClassName
{
color: #BECADD;
}
</style>
background-color css
<style>
a { background-color: #BECADD; }
a { background-color: rgb(190,202,221); }
div.DivClassName
{
background-color: #BECADD;
}
.BgClassName
{
background-color: #BECADD;
}
</style>
border-color css
<style>
span { border-color: #BECADD; }
span { border-color: rgb(190,202,221); }
td.TdClassName
{
border-color: #BECADD;
}
.TagClassName
{
border-color: #BECADD;
}
</style>