Shades of Link Water #BEC3CF
Tints of Link Water #BEC3CF
RGB
CMYK
RGB Variations
Color information
#BEC3CF (or 0xBEC3CF) is known color: Link Water. HEX triplet: BE, C3 and CF. RGB value is (190,195,207). Sum of RGB (Red+Green+Blue) = 190+195+207=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 195 (76.56% from 255 or 32.94% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 207 - color contains mainly: blue. Hex color #BEC3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC3CF is #413C30. Grayscale: #C2C2C2. Windows color (decimal): -4275249 or 13616062. OLE color: 13616062.
HSL color Cylindrical-coordinate representation of color #BEC3CF: hue angle of 222.35º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BEC3CF is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 195 | 207 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.19 |
| HSL | 222.35º | 0.15% | 0.78% | - |
| HSV(B) | 222.35º | 0.08% | 0.81% | - |
| XYZ | 52.01 | 54.48 | 66.81 | - |
| YUV | 194.87 | 134.84 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 195 | 207 | 0.08 | 0.06 | 0 | 0.19 | 222.35 | 0.15 | 0.78 |
| Hex | BE | C3 | CF | 8 | 6 | 0 | 13 | DE | F | 4E |
| Octal | 276 | 303 | 317 | 10 | 6 | 0 | 23 | 336 | 17 | 116 |
| Binary | 10111110 | 11000011 | 11001111 | 1000 | 110 | 0 | 10011 | 11011110 | 1111 | 1001110 |
Color Harmonies of #BEC3CF
Complementary color
Monochromatic Colors of #BEC3CF
Black with #BEC3CF
Text Example
Text Example
White with #BEC3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC3CF; }
p { color: rgb(190,195,207); }
H1.HeaderClassName
{
color: #BEC3CF;
}
.AnyTagClassName
{
color: #BEC3CF;
}
</style>
background-color css
<style>
a { background-color: #BEC3CF; }
a { background-color: rgb(190,195,207); }
div.DivClassName
{
background-color: #BEC3CF;
}
.BgClassName
{
background-color: #BEC3CF;
}
</style>
border-color css
<style>
span { border-color: #BEC3CF; }
span { border-color: rgb(190,195,207); }
td.TdClassName
{
border-color: #BEC3CF;
}
.TagClassName
{
border-color: #BEC3CF;
}
</style>