Shades of Link Water #BEC4D5
Tints of Link Water #BEC4D5
RGB
CMYK
RGB Variations
Color information
#BEC4D5 (or 0xBEC4D5) is known color: Link Water. HEX triplet: BE, C4 and D5. RGB value is (190,196,213). Sum of RGB (Red+Green+Blue) = 190+196+213=599 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.72% from 599); Green value is 196 (76.95% from 255 or 32.72% from 599); Blue value is 213 (83.59% from 255 or 35.56% from 599); Max value from RGB is 213 - color contains mainly: blue. Hex color #BEC4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC4D5 is #413B2A. Grayscale: #C4C4C4. Windows color (decimal): -4274987 or 14009534. OLE color: 14009534.
HSL color Cylindrical-coordinate representation of color #BEC4D5: hue angle of 224.35º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BEC4D5 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 190 | 196 | 213 | - |
CMYK | 0.11 | 0.08 | 0 | 0.16 |
HSL | 224.35º | 0.21% | 0.79% | - |
HSV(B) | 224.35º | 0.11% | 0.84% | - |
XYZ | 52.99 | 55.23 | 70.82 | - |
YUV | 196.14 | 137.51 | 123.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 196 | 213 | 0.11 | 0.08 | 0 | 0.16 | 224.35 | 0.21 | 0.79 |
Hex | BE | C4 | D5 | B | 8 | 0 | 10 | E0 | 15 | 4F |
Octal | 276 | 304 | 325 | 13 | 10 | 0 | 20 | 340 | 25 | 117 |
Binary | 10111110 | 11000100 | 11010101 | 1011 | 1000 | 0 | 10000 | 11100000 | 10101 | 1001111 |
Color Harmonies of #BEC4D5
Complementary color
Monochromatic Colors of #BEC4D5
Black with #BEC4D5
Text Example
Text Example
White with #BEC4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC4D5; }
p { color: rgb(190,196,213); }
H1.HeaderClassName
{
color: #BEC4D5;
}
.AnyTagClassName
{
color: #BEC4D5;
}
</style>
background-color css
<style>
a { background-color: #BEC4D5; }
a { background-color: rgb(190,196,213); }
div.DivClassName
{
background-color: #BEC4D5;
}
.BgClassName
{
background-color: #BEC4D5;
}
</style>
border-color css
<style>
span { border-color: #BEC4D5; }
span { border-color: rgb(190,196,213); }
td.TdClassName
{
border-color: #BEC4D5;
}
.TagClassName
{
border-color: #BEC4D5;
}
</style>