Shades of Link Water #BEC3D4
Tints of Link Water #BEC3D4
RGB
CMYK
RGB Variations
Color information
#BEC3D4 (or 0xBEC3D4) is known color: Link Water. HEX triplet: BE, C3 and D4. RGB value is (190,195,212). Sum of RGB (Red+Green+Blue) = 190+195+212=597 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.83% from 597); Green value is 195 (76.56% from 255 or 32.66% from 597); Blue value is 212 (83.20% from 255 or 35.51% from 597); Max value from RGB is 212 - color contains mainly: blue. Hex color #BEC3D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC3D4 is #413C2B. Grayscale: #C3C3C3. Windows color (decimal): -4275244 or 13943742. OLE color: 13943742.
HSL color Cylindrical-coordinate representation of color #BEC3D4: hue angle of 226.36º 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 #BEC3D4 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 195 | 212 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.17 |
| HSL | 226.36º | 0.2% | 0.79% | - |
| HSV(B) | 226.36º | 0.1% | 0.83% | - |
| XYZ | 52.63 | 54.73 | 70.08 | - |
| YUV | 195.44 | 137.34 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 195 | 212 | 0.10 | 0.08 | 0 | 0.17 | 226.36 | 0.2 | 0.79 |
| Hex | BE | C3 | D4 | A | 8 | 0 | 11 | E2 | 14 | 4F |
| Octal | 276 | 303 | 324 | 12 | 10 | 0 | 21 | 342 | 24 | 117 |
| Binary | 10111110 | 11000011 | 11010100 | 1010 | 1000 | 0 | 10001 | 11100010 | 10100 | 1001111 |
Color Harmonies of #BEC3D4
Complementary color
Monochromatic Colors of #BEC3D4
Black with #BEC3D4
Text Example
Text Example
White with #BEC3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC3D4; }
p { color: rgb(190,195,212); }
H1.HeaderClassName
{
color: #BEC3D4;
}
.AnyTagClassName
{
color: #BEC3D4;
}
</style>
background-color css
<style>
a { background-color: #BEC3D4; }
a { background-color: rgb(190,195,212); }
div.DivClassName
{
background-color: #BEC3D4;
}
.BgClassName
{
background-color: #BEC3D4;
}
</style>
border-color css
<style>
span { border-color: #BEC3D4; }
span { border-color: rgb(190,195,212); }
td.TdClassName
{
border-color: #BEC3D4;
}
.TagClassName
{
border-color: #BEC3D4;
}
</style>