Shades of Link Water #BEC8DB
Tints of Link Water #BEC8DB
RGB
CMYK
RGB Variations
Color information
#BEC8DB (or 0xBEC8DB) is known color: Link Water. HEX triplet: BE, C8 and DB. RGB value is (190,200,219). Sum of RGB (Red+Green+Blue) = 190+200+219=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 200 (78.52% from 255 or 32.84% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 219 - color contains mainly: blue. Hex color #BEC8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC8DB is #413724. Grayscale: #C7C7C7. Windows color (decimal): -4273957 or 14403774. OLE color: 14403774.
HSL color Cylindrical-coordinate representation of color #BEC8DB: hue angle of 219.31º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEC8DB is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 200 | 219 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.14 |
| HSL | 219.31º | 0.29% | 0.8% | - |
| HSV(B) | 219.31º | 0.13% | 0.86% | - |
| XYZ | 54.68 | 57.37 | 75.21 | - |
| YUV | 199.18 | 139.19 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 219 | 0.13 | 0.09 | 0 | 0.14 | 219.31 | 0.29 | 0.8 |
| Hex | BE | C8 | DB | D | 9 | 0 | E | DB | 1D | 50 |
| Octal | 276 | 310 | 333 | 15 | 11 | 0 | 16 | 333 | 35 | 120 |
| Binary | 10111110 | 11001000 | 11011011 | 1101 | 1001 | 0 | 1110 | 11011011 | 11101 | 1010000 |
Color Harmonies of #BEC8DB
Complementary color
Monochromatic Colors of #BEC8DB
Black with #BEC8DB
Text Example
Text Example
White with #BEC8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC8DB; }
p { color: rgb(190,200,219); }
H1.HeaderClassName
{
color: #BEC8DB;
}
.AnyTagClassName
{
color: #BEC8DB;
}
</style>
background-color css
<style>
a { background-color: #BEC8DB; }
a { background-color: rgb(190,200,219); }
div.DivClassName
{
background-color: #BEC8DB;
}
.BgClassName
{
background-color: #BEC8DB;
}
</style>
border-color css
<style>
span { border-color: #BEC8DB; }
span { border-color: rgb(190,200,219); }
td.TdClassName
{
border-color: #BEC8DB;
}
.TagClassName
{
border-color: #BEC8DB;
}
</style>