#BEC2CB

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

Shades of Link Water #BEC2CB

Tints of Link Water #BEC2CB

Color information

#BEC2CB (or 0xBEC2CB) is unknown color: approx Link Water. HEX triplet: BE, C2 and CB. RGB value is (190,194,203). Sum of RGB (Red+Green+Blue) = 190+194+203=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 194 (76.17% from 255 or 33.05% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 203 - color contains mainly: blue. Hex color #BEC2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC2CB is #413D34. Grayscale: #C1C1C1. Windows color (decimal): -4275509 or 13353662. OLE color: 13353662.

HSL color Cylindrical-coordinate representation of color #BEC2CB: hue angle of 221.54º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BEC2CB is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB190194203-
CMYK0.060.0400.20
HSL221.54º11.11%77.06%-
HSV(B)221.54º6.4%79.61%-
XYZ51.3153.8464.19-
YUV193.83133.17125.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.37%
GREEN value IS 194 (76.17% from 255) = 33.05%
BLUE value IS 203 (79.69% from 255) = 34.58%
R=32.37%
G=33.05%
B=34.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901942030.060.0400.20221.5411.1177.06
HexBEC2CB64014deb4d
Octal2763023136402433613115
Binary1011111011000010110010111101000101001101111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC2CB; }

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

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

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

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

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

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

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

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