Shades of Link Water #BEC4D2
Tints of Link Water #BEC4D2
RGB
CMYK
RGB Variations
Color information
#BEC4D2 (or 0xBEC4D2) is known color: Link Water. HEX triplet: BE, C4 and D2. RGB value is (190,196,210). Sum of RGB (Red+Green+Blue) = 190+196+210=596 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.88% from 596); Green value is 196 (76.95% from 255 or 32.89% from 596); Blue value is 210 (82.42% from 255 or 35.23% from 596); Max value from RGB is 210 - color contains mainly: blue. Hex color #BEC4D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC4D2 is #413B2D. Grayscale: #C3C3C3. Windows color (decimal): -4274990 or 13812926. OLE color: 13812926.
HSL color Cylindrical-coordinate representation of color #BEC4D2: hue angle of 222º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEC4D2 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 196 | 210 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.18 |
| HSL | 222º | 0.18% | 0.78% | - |
| HSV(B) | 222º | 0.1% | 0.82% | - |
| XYZ | 52.61 | 55.08 | 68.83 | - |
| YUV | 195.8 | 136.01 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 196 | 210 | 0.10 | 0.07 | 0 | 0.18 | 222 | 0.18 | 0.78 |
| Hex | BE | C4 | D2 | A | 7 | 0 | 12 | DE | 12 | 4E |
| Octal | 276 | 304 | 322 | 12 | 7 | 0 | 22 | 336 | 22 | 116 |
| Binary | 10111110 | 11000100 | 11010010 | 1010 | 111 | 0 | 10010 | 11011110 | 10010 | 1001110 |
Color Harmonies of #BEC4D2
Complementary color
Monochromatic Colors of #BEC4D2
Black with #BEC4D2
Text Example
Text Example
White with #BEC4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC4D2; }
p { color: rgb(190,196,210); }
H1.HeaderClassName
{
color: #BEC4D2;
}
.AnyTagClassName
{
color: #BEC4D2;
}
</style>
background-color css
<style>
a { background-color: #BEC4D2; }
a { background-color: rgb(190,196,210); }
div.DivClassName
{
background-color: #BEC4D2;
}
.BgClassName
{
background-color: #BEC4D2;
}
</style>
border-color css
<style>
span { border-color: #BEC4D2; }
span { border-color: rgb(190,196,210); }
td.TdClassName
{
border-color: #BEC4D2;
}
.TagClassName
{
border-color: #BEC4D2;
}
</style>