Shades of Link Water #BEC2D3
Tints of Link Water #BEC2D3
RGB
CMYK
RGB Variations
Color information
#BEC2D3 (or 0xBEC2D3) is known color: Link Water. HEX triplet: BE, C2 and D3. RGB value is (190,194,211). Sum of RGB (Red+Green+Blue) = 190+194+211=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 194 (76.17% from 255 or 32.61% from 595); Blue value is 211 (82.81% from 255 or 35.46% from 595); Max value from RGB is 211 - color contains mainly: blue. Hex color #BEC2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC2D3 is #413D2C. Grayscale: #C2C2C2. Windows color (decimal): -4275501 or 13877950. OLE color: 13877950.
HSL color Cylindrical-coordinate representation of color #BEC2D3: hue angle of 228.57º degrees, saturation: 0.19, 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 #BEC2D3 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 194 | 211 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.17 |
| HSL | 228.57º | 0.19% | 0.79% | - |
| HSV(B) | 228.57º | 0.1% | 0.83% | - |
| XYZ | 52.28 | 54.23 | 69.34 | - |
| YUV | 194.74 | 137.17 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 194 | 211 | 0.10 | 0.08 | 0 | 0.17 | 228.57 | 0.19 | 0.79 |
| Hex | BE | C2 | D3 | A | 8 | 0 | 11 | E5 | 13 | 4F |
| Octal | 276 | 302 | 323 | 12 | 10 | 0 | 21 | 345 | 23 | 117 |
| Binary | 10111110 | 11000010 | 11010011 | 1010 | 1000 | 0 | 10001 | 11100101 | 10011 | 1001111 |
Color Harmonies of #BEC2D3
Complementary color
Monochromatic Colors of #BEC2D3
Black with #BEC2D3
Text Example
Text Example
White with #BEC2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC2D3; }
p { color: rgb(190,194,211); }
H1.HeaderClassName
{
color: #BEC2D3;
}
.AnyTagClassName
{
color: #BEC2D3;
}
</style>
background-color css
<style>
a { background-color: #BEC2D3; }
a { background-color: rgb(190,194,211); }
div.DivClassName
{
background-color: #BEC2D3;
}
.BgClassName
{
background-color: #BEC2D3;
}
</style>
border-color css
<style>
span { border-color: #BEC2D3; }
span { border-color: rgb(190,194,211); }
td.TdClassName
{
border-color: #BEC2D3;
}
.TagClassName
{
border-color: #BEC2D3;
}
</style>