Shades of Link Water #BEC2D1
Tints of Link Water #BEC2D1
RGB
CMYK
RGB Variations
Color information
#BEC2D1 (or 0xBEC2D1) is known color: Link Water. HEX triplet: BE, C2 and D1. RGB value is (190,194,209). Sum of RGB (Red+Green+Blue) = 190+194+209=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 194 (76.17% from 255 or 32.72% from 593); Blue value is 209 (82.03% from 255 or 35.24% from 593); Max value from RGB is 209 - color contains mainly: blue. Hex color #BEC2D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC2D1 is #413D2E. Grayscale: #C2C2C2. Windows color (decimal): -4275503 or 13746878. OLE color: 13746878.
HSL color Cylindrical-coordinate representation of color #BEC2D1: hue angle of 227.37º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BEC2D1 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 190 | 194 | 209 | - |
CMYK | 0.09 | 0.07 | 0 | 0.18 |
HSL | 227.37º | 0.17% | 0.78% | - |
HSV(B) | 227.37º | 0.09% | 0.82% | - |
XYZ | 52.04 | 54.13 | 68.03 | - |
YUV | 194.51 | 136.17 | 124.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 194 | 209 | 0.09 | 0.07 | 0 | 0.18 | 227.37 | 0.17 | 0.78 |
Hex | BE | C2 | D1 | 9 | 7 | 0 | 12 | E3 | 11 | 4E |
Octal | 276 | 302 | 321 | 11 | 7 | 0 | 22 | 343 | 21 | 116 |
Binary | 10111110 | 11000010 | 11010001 | 1001 | 111 | 0 | 10010 | 11100011 | 10001 | 1001110 |
Color Harmonies of #BEC2D1
Complementary color
Monochromatic Colors of #BEC2D1
Black with #BEC2D1
Text Example
Text Example
White with #BEC2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC2D1; }
p { color: rgb(190,194,209); }
H1.HeaderClassName
{
color: #BEC2D1;
}
.AnyTagClassName
{
color: #BEC2D1;
}
</style>
background-color css
<style>
a { background-color: #BEC2D1; }
a { background-color: rgb(190,194,209); }
div.DivClassName
{
background-color: #BEC2D1;
}
.BgClassName
{
background-color: #BEC2D1;
}
</style>
border-color css
<style>
span { border-color: #BEC2D1; }
span { border-color: rgb(190,194,209); }
td.TdClassName
{
border-color: #BEC2D1;
}
.TagClassName
{
border-color: #BEC2D1;
}
</style>