Shades of Link Water #BECADA
Tints of Link Water #BECADA
RGB
CMYK
RGB Variations
Color information
#BECADA (or 0xBECADA) is known color: Link Water. HEX triplet: BE, CA and DA. RGB value is (190,202,218). Sum of RGB (Red+Green+Blue) = 190+202+218=610 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.15% from 610); Green value is 202 (79.30% from 255 or 33.11% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 218 - color contains mainly: blue. Hex color #BECADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECADA is #413525. Grayscale: #C8C8C8. Windows color (decimal): -4273446 or 14338750. OLE color: 14338750.
HSL color Cylindrical-coordinate representation of color #BECADA: hue angle of 214.29º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BECADA is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 202 | 218 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.15 |
| HSL | 214.29º | 0.27% | 0.8% | - |
| HSV(B) | 214.29º | 0.13% | 0.85% | - |
| XYZ | 55.01 | 58.25 | 74.67 | - |
| YUV | 200.24 | 138.02 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 202 | 218 | 0.13 | 0.07 | 0 | 0.15 | 214.29 | 0.27 | 0.8 |
| Hex | BE | CA | DA | D | 7 | 0 | F | D6 | 1B | 50 |
| Octal | 276 | 312 | 332 | 15 | 7 | 0 | 17 | 326 | 33 | 120 |
| Binary | 10111110 | 11001010 | 11011010 | 1101 | 111 | 0 | 1111 | 11010110 | 11011 | 1010000 |
Color Harmonies of #BECADA
Complementary color
Monochromatic Colors of #BECADA
Black with #BECADA
Text Example
Text Example
White with #BECADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECADA; }
p { color: rgb(190,202,218); }
H1.HeaderClassName
{
color: #BECADA;
}
.AnyTagClassName
{
color: #BECADA;
}
</style>
background-color css
<style>
a { background-color: #BECADA; }
a { background-color: rgb(190,202,218); }
div.DivClassName
{
background-color: #BECADA;
}
.BgClassName
{
background-color: #BECADA;
}
</style>
border-color css
<style>
span { border-color: #BECADA; }
span { border-color: rgb(190,202,218); }
td.TdClassName
{
border-color: #BECADA;
}
.TagClassName
{
border-color: #BECADA;
}
</style>