Shades of Link Water #BECADE
Tints of Link Water #BECADE
RGB
CMYK
RGB Variations
Color information
#BECADE (or 0xBECADE) is known color: Link Water. HEX triplet: BE, CA and DE. RGB value is (190,202,222). Sum of RGB (Red+Green+Blue) = 190+202+222=614 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.94% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 222 - color contains mainly: blue. Hex color #BECADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECADE is #413521. Grayscale: #C8C8C8. Windows color (decimal): -4273442 or 14600894. OLE color: 14600894.
HSL color Cylindrical-coordinate representation of color #BECADE: hue angle of 217.5º degrees, saturation: 0.33, 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 #BECADE is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 202 | 222 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.13 |
| HSL | 217.5º | 0.33% | 0.81% | - |
| HSV(B) | 217.5º | 0.14% | 0.87% | - |
| XYZ | 55.54 | 58.46 | 77.46 | - |
| YUV | 200.69 | 140.02 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 202 | 222 | 0.14 | 0.09 | 0 | 0.13 | 217.5 | 0.33 | 0.81 |
| Hex | BE | CA | DE | E | 9 | 0 | D | DA | 21 | 51 |
| Octal | 276 | 312 | 336 | 16 | 11 | 0 | 15 | 332 | 41 | 121 |
| Binary | 10111110 | 11001010 | 11011110 | 1110 | 1001 | 0 | 1101 | 11011010 | 100001 | 1010001 |
Color Harmonies of #BECADE
Complementary color
Monochromatic Colors of #BECADE
Black with #BECADE
Text Example
Text Example
White with #BECADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECADE; }
p { color: rgb(190,202,222); }
H1.HeaderClassName
{
color: #BECADE;
}
.AnyTagClassName
{
color: #BECADE;
}
</style>
background-color css
<style>
a { background-color: #BECADE; }
a { background-color: rgb(190,202,222); }
div.DivClassName
{
background-color: #BECADE;
}
.BgClassName
{
background-color: #BECADE;
}
</style>
border-color css
<style>
span { border-color: #BECADE; }
span { border-color: rgb(190,202,222); }
td.TdClassName
{
border-color: #BECADE;
}
.TagClassName
{
border-color: #BECADE;
}
</style>