Shades of Link Water #BECEDF
Tints of Link Water #BECEDF
RGB
CMYK
RGB Variations
Color information
#BECEDF (or 0xBECEDF) is known color: Link Water. HEX triplet: BE, CE and DF. RGB value is (190,206,223). Sum of RGB (Red+Green+Blue) = 190+206+223=619 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.69% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 223 - color contains mainly: blue. Hex color #BECEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECEDF is #413120. Grayscale: #CBCBCB. Windows color (decimal): -4272417 or 14667454. OLE color: 14667454.
HSL color Cylindrical-coordinate representation of color #BECEDF: hue angle of 210.91º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BECEDF is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 206 | 223 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.13 |
| HSL | 210.91º | 0.34% | 0.81% | - |
| HSV(B) | 210.91º | 0.15% | 0.87% | - |
| XYZ | 56.63 | 60.42 | 78.49 | - |
| YUV | 203.15 | 139.2 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 223 | 0.15 | 0.08 | 0 | 0.13 | 210.91 | 0.34 | 0.81 |
| Hex | BE | CE | DF | F | 8 | 0 | D | D3 | 22 | 51 |
| Octal | 276 | 316 | 337 | 17 | 10 | 0 | 15 | 323 | 42 | 121 |
| Binary | 10111110 | 11001110 | 11011111 | 1111 | 1000 | 0 | 1101 | 11010011 | 100010 | 1010001 |
Color Harmonies of #BECEDF
Complementary color
Monochromatic Colors of #BECEDF
Black with #BECEDF
Text Example
Text Example
White with #BECEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECEDF; }
p { color: rgb(190,206,223); }
H1.HeaderClassName
{
color: #BECEDF;
}
.AnyTagClassName
{
color: #BECEDF;
}
</style>
background-color css
<style>
a { background-color: #BECEDF; }
a { background-color: rgb(190,206,223); }
div.DivClassName
{
background-color: #BECEDF;
}
.BgClassName
{
background-color: #BECEDF;
}
</style>
border-color css
<style>
span { border-color: #BECEDF; }
span { border-color: rgb(190,206,223); }
td.TdClassName
{
border-color: #BECEDF;
}
.TagClassName
{
border-color: #BECEDF;
}
</style>