Shades of Link Water #BEC3CC
Tints of Link Water #BEC3CC
RGB
CMYK
RGB Variations
Color information
#BEC3CC (or 0xBEC3CC) is known color: Link Water. HEX triplet: BE, C3 and CC. RGB value is (190,195,204). Sum of RGB (Red+Green+Blue) = 190+195+204=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 195 (76.56% from 255 or 33.11% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 204 - color contains mainly: blue. Hex color #BEC3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC3CC is #413C33. Grayscale: #C2C2C2. Windows color (decimal): -4275252 or 13419454. OLE color: 13419454.
HSL color Cylindrical-coordinate representation of color #BEC3CC: hue angle of 218.57º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEC3CC is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 195 | 204 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.2 |
| HSL | 218.57º | 0.12% | 0.77% | - |
| HSV(B) | 218.57º | 0.07% | 0.8% | - |
| XYZ | 51.65 | 54.34 | 64.89 | - |
| YUV | 194.53 | 133.34 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 195 | 204 | 0.07 | 0.04 | 0 | 0.2 | 218.57 | 0.12 | 0.77 |
| Hex | BE | C3 | CC | 7 | 4 | 0 | 14 | DB | C | 4D |
| Octal | 276 | 303 | 314 | 7 | 4 | 0 | 24 | 333 | 14 | 115 |
| Binary | 10111110 | 11000011 | 11001100 | 111 | 100 | 0 | 10100 | 11011011 | 1100 | 1001101 |
Color Harmonies of #BEC3CC
Complementary color
Monochromatic Colors of #BEC3CC
Black with #BEC3CC
Text Example
Text Example
White with #BEC3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC3CC; }
p { color: rgb(190,195,204); }
H1.HeaderClassName
{
color: #BEC3CC;
}
.AnyTagClassName
{
color: #BEC3CC;
}
</style>
background-color css
<style>
a { background-color: #BEC3CC; }
a { background-color: rgb(190,195,204); }
div.DivClassName
{
background-color: #BEC3CC;
}
.BgClassName
{
background-color: #BEC3CC;
}
</style>
border-color css
<style>
span { border-color: #BEC3CC; }
span { border-color: rgb(190,195,204); }
td.TdClassName
{
border-color: #BEC3CC;
}
.TagClassName
{
border-color: #BEC3CC;
}
</style>