#BEC3CD

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

Shades of Link Water #BEC3CD

Tints of Link Water #BEC3CD

Color information

#BEC3CD (or 0xBEC3CD) is unknown color: approx Link Water. HEX triplet: BE, C3 and CD. RGB value is (190,195,205). Sum of RGB (Red+Green+Blue) = 190+195+205=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 195 (76.56% from 255 or 33.05% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 205 - color contains mainly: blue. Hex color #BEC3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC3CD is #413C32. Grayscale: #C2C2C2. Windows color (decimal): -4275251 or 13484990. OLE color: 13484990.

HSL color Cylindrical-coordinate representation of color #BEC3CD: hue angle of 220º degrees, saturation: 0.13, 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 #BEC3CD is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB190195205-
CMYK0.070.0500.20
HSL220º13.04%77.45%-
HSV(B)220º7.32%80.39%-
XYZ51.7754.3965.53-
YUV194.64133.84124.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.20%
GREEN value IS 195 (76.56% from 255) = 33.05%
BLUE value IS 205 (80.47% from 255) = 34.75%
R=32.20%
G=33.05%
B=34.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901952050.070.0500.2022013.0477.45
HexBEC3CD75014dcd4d
Octal2763033157502433415115
Binary1011111011000011110011011111010101001101110011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC3CD; }

 p { color: rgb(190,195,205); }

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

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

 a { background-color: rgb(190,195,205); }

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

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

 span { border-color: rgb(190,195,205); }

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