Shades of Link Water #BECBDB
Tints of Link Water #BECBDB
RGB
CMYK
RGB Variations
Color information
#BECBDB (or 0xBECBDB) is known color: Link Water. HEX triplet: BE, CB and DB. RGB value is (190,203,219). Sum of RGB (Red+Green+Blue) = 190+203+219=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 219 - color contains mainly: blue. Hex color #BECBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECBDB is #413424. Grayscale: #C8C8C8. Windows color (decimal): -4273189 or 14404542. OLE color: 14404542.
HSL color Cylindrical-coordinate representation of color #BECBDB: hue angle of 213.1º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BECBDB is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 190 | 203 | 219 | - |
CMYK | 0.13 | 0.07 | 0 | 0.14 |
HSL | 213.1º | 0.29% | 0.8% | - |
HSV(B) | 213.1º | 0.13% | 0.86% | - |
XYZ | 55.38 | 58.77 | 75.44 | - |
YUV | 200.94 | 138.19 | 120.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 203 | 219 | 0.13 | 0.07 | 0 | 0.14 | 213.1 | 0.29 | 0.8 |
Hex | BE | CB | DB | D | 7 | 0 | E | D5 | 1D | 50 |
Octal | 276 | 313 | 333 | 15 | 7 | 0 | 16 | 325 | 35 | 120 |
Binary | 10111110 | 11001011 | 11011011 | 1101 | 111 | 0 | 1110 | 11010101 | 11101 | 1010000 |
Color Harmonies of #BECBDB
Complementary color
Monochromatic Colors of #BECBDB
Black with #BECBDB
Text Example
Text Example
White with #BECBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECBDB; }
p { color: rgb(190,203,219); }
H1.HeaderClassName
{
color: #BECBDB;
}
.AnyTagClassName
{
color: #BECBDB;
}
</style>
background-color css
<style>
a { background-color: #BECBDB; }
a { background-color: rgb(190,203,219); }
div.DivClassName
{
background-color: #BECBDB;
}
.BgClassName
{
background-color: #BECBDB;
}
</style>
border-color css
<style>
span { border-color: #BECBDB; }
span { border-color: rgb(190,203,219); }
td.TdClassName
{
border-color: #BECBDB;
}
.TagClassName
{
border-color: #BECBDB;
}
</style>