#BECBDC

Color #BECBDC Link Water (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Link Water #BECBDC

Tints of Link Water #BECBDC

Color information

#BECBDC (or 0xBECBDC) is unknown color: approx Link Water. HEX triplet: BE, CB and DC. RGB value is (190,203,220). Sum of RGB (Red+Green+Blue) = 190+203+220=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 203 (79.69% from 255 or 33.12% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 220 - color contains mainly: blue. Hex color #BECBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECBDC is #413423. Grayscale: #C8C8C8. Windows color (decimal): -4273188 or 14470078. OLE color: 14470078.

HSL color Cylindrical-coordinate representation of color #BECBDC: hue angle of 214º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BECBDC is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB190203220-
CMYK0.140.0800.14
HSL214º30%80.39%-
HSV(B)214º13.64%86.27%-
XYZ55.5158.8376.14-
YUV201.05138.69120.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 31.00%
GREEN value IS 203 (79.69% from 255) = 33.12%
BLUE value IS 220 (86.33% from 255) = 35.89%
R=31.00%
G=33.12%
B=35.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902032200.140.0800.142143080.39
HexBECBDCE80Ed61e50
Octal276313334161001632636120
Binary101111101100101111011100111010000111011010110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECBDC; }

 p { color: rgb(190,203,220); }

 H1.HeaderClassName
 {
   color: #BECBDC;
 }
 .AnyTagClassName
 {
   color: #BECBDC;
 }
</style>
background-color css

<style>
 a { background-color: #BECBDC; }

 a { background-color: rgb(190,203,220); }

 div.DivClassName
 {
   background-color: #BECBDC;
 }
 .BgClassName
 {
   background-color: #BECBDC;
 }
</style>
border-color css

<style>
 span { border-color: #BECBDC; }

 span { border-color: rgb(190,203,220); }

 td.TdClassName
 {
   border-color: #BECBDC;
 }
 .TagClassName
 {
   border-color: #BECBDC;
 }
</style>