Shades of Link Water #BECFE1
Tints of Link Water #BECFE1
RGB
CMYK
RGB Variations
Color information
#BECFE1 (or 0xBECFE1) is known color: Link Water. HEX triplet: BE, CF and E1. RGB value is (190,207,225). Sum of RGB (Red+Green+Blue) = 190+207+225=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 207 (81.25% from 255 or 33.28% from 622); Blue value is 225 (88.28% from 255 or 36.17% from 622); Max value from RGB is 225 - color contains mainly: blue. Hex color #BECFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFE1 is #41301E. Grayscale: #CBCBCB. Windows color (decimal): -4272159 or 14798782. OLE color: 14798782.
HSL color Cylindrical-coordinate representation of color #BECFE1: hue angle of 210.86º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BECFE1 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 207 | 225 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.12 |
| HSL | 210.86º | 0.37% | 0.81% | - |
| HSV(B) | 210.86º | 0.16% | 0.88% | - |
| XYZ | 57.14 | 61.01 | 80 | - |
| YUV | 203.97 | 139.87 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 225 | 0.16 | 0.08 | 0 | 0.12 | 210.86 | 0.37 | 0.81 |
| Hex | BE | CF | E1 | 10 | 8 | 0 | C | D3 | 25 | 51 |
| Octal | 276 | 317 | 341 | 20 | 10 | 0 | 14 | 323 | 45 | 121 |
| Binary | 10111110 | 11001111 | 11100001 | 10000 | 1000 | 0 | 1100 | 11010011 | 100101 | 1010001 |
Color Harmonies of #BECFE1
Complementary color
Monochromatic Colors of #BECFE1
Black with #BECFE1
Text Example
Text Example
White with #BECFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECFE1; }
p { color: rgb(190,207,225); }
H1.HeaderClassName
{
color: #BECFE1;
}
.AnyTagClassName
{
color: #BECFE1;
}
</style>
background-color css
<style>
a { background-color: #BECFE1; }
a { background-color: rgb(190,207,225); }
div.DivClassName
{
background-color: #BECFE1;
}
.BgClassName
{
background-color: #BECFE1;
}
</style>
border-color css
<style>
span { border-color: #BECFE1; }
span { border-color: rgb(190,207,225); }
td.TdClassName
{
border-color: #BECFE1;
}
.TagClassName
{
border-color: #BECFE1;
}
</style>