Shades of Link Water #BEC2D4
Tints of Link Water #BEC2D4
RGB
CMYK
RGB Variations
Color information
#BEC2D4 (or 0xBEC2D4) is known color: Link Water. HEX triplet: BE, C2 and D4. RGB value is (190,194,212). Sum of RGB (Red+Green+Blue) = 190+194+212=596 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.88% from 596); Green value is 194 (76.17% from 255 or 32.55% from 596); Blue value is 212 (83.20% from 255 or 35.57% from 596); Max value from RGB is 212 - color contains mainly: blue. Hex color #BEC2D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC2D4 is #413D2B. Grayscale: #C2C2C2. Windows color (decimal): -4275500 or 13943486. OLE color: 13943486.
HSL color Cylindrical-coordinate representation of color #BEC2D4: hue angle of 229.09º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEC2D4 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 194 | 212 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.17 |
| HSL | 229.09º | 0.2% | 0.79% | - |
| HSV(B) | 229.09º | 0.1% | 0.83% | - |
| XYZ | 52.41 | 54.28 | 70 | - |
| YUV | 194.86 | 137.67 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 194 | 212 | 0.10 | 0.08 | 0 | 0.17 | 229.09 | 0.2 | 0.79 |
| Hex | BE | C2 | D4 | A | 8 | 0 | 11 | E5 | 14 | 4F |
| Octal | 276 | 302 | 324 | 12 | 10 | 0 | 21 | 345 | 24 | 117 |
| Binary | 10111110 | 11000010 | 11010100 | 1010 | 1000 | 0 | 10001 | 11100101 | 10100 | 1001111 |
Color Harmonies of #BEC2D4
Complementary color
Monochromatic Colors of #BEC2D4
Black with #BEC2D4
Text Example
Text Example
White with #BEC2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC2D4; }
p { color: rgb(190,194,212); }
H1.HeaderClassName
{
color: #BEC2D4;
}
.AnyTagClassName
{
color: #BEC2D4;
}
</style>
background-color css
<style>
a { background-color: #BEC2D4; }
a { background-color: rgb(190,194,212); }
div.DivClassName
{
background-color: #BEC2D4;
}
.BgClassName
{
background-color: #BEC2D4;
}
</style>
border-color css
<style>
span { border-color: #BEC2D4; }
span { border-color: rgb(190,194,212); }
td.TdClassName
{
border-color: #BEC2D4;
}
.TagClassName
{
border-color: #BEC2D4;
}
</style>