Shades of Link Water #BECCDF
Tints of Link Water #BECCDF
RGB
CMYK
RGB Variations
Color information
#BECCDF (or 0xBECCDF) is known color: Link Water. HEX triplet: BE, CC and DF. RGB value is (190,204,223). Sum of RGB (Red+Green+Blue) = 190+204+223=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 223 - color contains mainly: blue. Hex color #BECCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCDF is #413320. Grayscale: #C9C9C9. Windows color (decimal): -4272929 or 14666942. OLE color: 14666942.
HSL color Cylindrical-coordinate representation of color #BECCDF: hue angle of 214.55º 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 #BECCDF is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 190 | 204 | 223 | - |
CMYK | 0.15 | 0.09 | 0 | 0.13 |
HSL | 214.55º | 0.34% | 0.81% | - |
HSV(B) | 214.55º | 0.15% | 0.87% | - |
XYZ | 56.15 | 59.46 | 78.33 | - |
YUV | 201.98 | 139.86 | 119.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 204 | 223 | 0.15 | 0.09 | 0 | 0.13 | 214.55 | 0.34 | 0.81 |
Hex | BE | CC | DF | F | 9 | 0 | D | D7 | 22 | 51 |
Octal | 276 | 314 | 337 | 17 | 11 | 0 | 15 | 327 | 42 | 121 |
Binary | 10111110 | 11001100 | 11011111 | 1111 | 1001 | 0 | 1101 | 11010111 | 100010 | 1010001 |
Color Harmonies of #BECCDF
Complementary color
Monochromatic Colors of #BECCDF
Black with #BECCDF
Text Example
Text Example
White with #BECCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECCDF; }
p { color: rgb(190,204,223); }
H1.HeaderClassName
{
color: #BECCDF;
}
.AnyTagClassName
{
color: #BECCDF;
}
</style>
background-color css
<style>
a { background-color: #BECCDF; }
a { background-color: rgb(190,204,223); }
div.DivClassName
{
background-color: #BECCDF;
}
.BgClassName
{
background-color: #BECCDF;
}
</style>
border-color css
<style>
span { border-color: #BECCDF; }
span { border-color: rgb(190,204,223); }
td.TdClassName
{
border-color: #BECCDF;
}
.TagClassName
{
border-color: #BECCDF;
}
</style>