Shades of Link Water #BECCDD
Tints of Link Water #BECCDD
RGB
CMYK
RGB Variations
Color information
#BECCDD (or 0xBECCDD) is known color: Link Water. HEX triplet: BE, CC and DD. RGB value is (190,204,221). Sum of RGB (Red+Green+Blue) = 190+204+221=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 221 - color contains mainly: blue. Hex color #BECCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCDD is #413322. Grayscale: #C9C9C9. Windows color (decimal): -4272931 or 14535870. OLE color: 14535870.
HSL color Cylindrical-coordinate representation of color #BECCDD: hue angle of 212.9º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BECCDD is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 190 | 204 | 221 | - |
CMYK | 0.14 | 0.08 | 0 | 0.13 |
HSL | 212.9º | 0.31% | 0.81% | - |
HSV(B) | 212.9º | 0.14% | 0.87% | - |
XYZ | 55.88 | 59.35 | 76.92 | - |
YUV | 201.75 | 138.86 | 119.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 204 | 221 | 0.14 | 0.08 | 0 | 0.13 | 212.9 | 0.31 | 0.81 |
Hex | BE | CC | DD | E | 8 | 0 | D | D5 | 1F | 51 |
Octal | 276 | 314 | 335 | 16 | 10 | 0 | 15 | 325 | 37 | 121 |
Binary | 10111110 | 11001100 | 11011101 | 1110 | 1000 | 0 | 1101 | 11010101 | 11111 | 1010001 |
Color Harmonies of #BECCDD
Complementary color
Monochromatic Colors of #BECCDD
Black with #BECCDD
Text Example
Text Example
White with #BECCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECCDD; }
p { color: rgb(190,204,221); }
H1.HeaderClassName
{
color: #BECCDD;
}
.AnyTagClassName
{
color: #BECCDD;
}
</style>
background-color css
<style>
a { background-color: #BECCDD; }
a { background-color: rgb(190,204,221); }
div.DivClassName
{
background-color: #BECCDD;
}
.BgClassName
{
background-color: #BECCDD;
}
</style>
border-color css
<style>
span { border-color: #BECCDD; }
span { border-color: rgb(190,204,221); }
td.TdClassName
{
border-color: #BECCDD;
}
.TagClassName
{
border-color: #BECCDD;
}
</style>