Shades of Link Water #BECADB
Tints of Link Water #BECADB
RGB
CMYK
RGB Variations
Color information
#BECADB (or 0xBECADB) is known color: Link Water. HEX triplet: BE, CA and DB. RGB value is (190,202,219). Sum of RGB (Red+Green+Blue) = 190+202+219=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 202 (79.30% from 255 or 33.06% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 219 - color contains mainly: blue. Hex color #BECADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECADB is #413524. Grayscale: #C8C8C8. Windows color (decimal): -4273445 or 14404286. OLE color: 14404286.
HSL color Cylindrical-coordinate representation of color #BECADB: hue angle of 215.17º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BECADB is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 202 | 219 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.14 |
| HSL | 215.17º | 0.29% | 0.8% | - |
| HSV(B) | 215.17º | 0.13% | 0.86% | - |
| XYZ | 55.14 | 58.3 | 75.37 | - |
| YUV | 200.35 | 138.52 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 202 | 219 | 0.13 | 0.08 | 0 | 0.14 | 215.17 | 0.29 | 0.8 |
| Hex | BE | CA | DB | D | 8 | 0 | E | D7 | 1D | 50 |
| Octal | 276 | 312 | 333 | 15 | 10 | 0 | 16 | 327 | 35 | 120 |
| Binary | 10111110 | 11001010 | 11011011 | 1101 | 1000 | 0 | 1110 | 11010111 | 11101 | 1010000 |
Color Harmonies of #BECADB
Complementary color
Monochromatic Colors of #BECADB
Black with #BECADB
Text Example
Text Example
White with #BECADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECADB; }
p { color: rgb(190,202,219); }
H1.HeaderClassName
{
color: #BECADB;
}
.AnyTagClassName
{
color: #BECADB;
}
</style>
background-color css
<style>
a { background-color: #BECADB; }
a { background-color: rgb(190,202,219); }
div.DivClassName
{
background-color: #BECADB;
}
.BgClassName
{
background-color: #BECADB;
}
</style>
border-color css
<style>
span { border-color: #BECADB; }
span { border-color: rgb(190,202,219); }
td.TdClassName
{
border-color: #BECADB;
}
.TagClassName
{
border-color: #BECADB;
}
</style>