#BEC2CD

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

Shades of Link Water #BEC2CD

Tints of Link Water #BEC2CD

Color information

#BEC2CD (or 0xBEC2CD) is unknown color: approx Link Water. HEX triplet: BE, C2 and CD. RGB value is (190,194,205). Sum of RGB (Red+Green+Blue) = 190+194+205=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 205 - color contains mainly: blue. Hex color #BEC2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC2CD is #413D32. Grayscale: #C2C2C2. Windows color (decimal): -4275507 or 13484734. OLE color: 13484734.

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

Color convert

RGB190194205-
CMYK0.070.0500.20
HSL224º13.04%77.45%-
HSV(B)224º7.32%80.39%-
XYZ51.5553.9465.45-
YUV194.06134.17125.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.26%
GREEN value IS 194 (76.17% from 255) = 32.94%
BLUE value IS 205 (80.47% from 255) = 34.80%
R=32.26%
G=32.94%
B=34.80%

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
Decimal1901942050.070.0500.2022413.0477.45
HexBEC2CD75014e0d4d
Octal2763023157502434015115
Binary1011111011000010110011011111010101001110000011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC2CD; }

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

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

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

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

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

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

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

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