#BEC2CF

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

Shades of Link Water #BEC2CF

Tints of Link Water #BEC2CF

Color information

#BEC2CF (or 0xBEC2CF) is unknown color: approx Link Water. HEX triplet: BE, C2 and CF. RGB value is (190,194,207). Sum of RGB (Red+Green+Blue) = 190+194+207=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 194 (76.17% from 255 or 32.83% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 207 - color contains mainly: blue. Hex color #BEC2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC2CF is #413D30. Grayscale: #C2C2C2. Windows color (decimal): -4275505 or 13615806. OLE color: 13615806.

HSL color Cylindrical-coordinate representation of color #BEC2CF: hue angle of 225.88º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BEC2CF is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB190194207-
CMYK0.080.0600.19
HSL225.88º15.04%77.84%-
HSV(B)225.88º8.21%81.18%-
XYZ51.7954.0466.73-
YUV194.29135.17124.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.15%
GREEN value IS 194 (76.17% from 255) = 32.83%
BLUE value IS 207 (81.25% from 255) = 35.03%
R=32.15%
G=32.83%
B=35.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901942070.080.0600.19225.8815.0477.84
HexBEC2CF86013e2f4e
Octal27630231710602334217116
Binary10111110110000101100111110001100100111110001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC2CF; }

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

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

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

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

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

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

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

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