#BEC1CF

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

Shades of Link Water #BEC1CF

Tints of Link Water #BEC1CF

Color information

#BEC1CF (or 0xBEC1CF) is unknown color: approx Link Water. HEX triplet: BE, C1 and CF. RGB value is (190,193,207). Sum of RGB (Red+Green+Blue) = 190+193+207=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 193 (75.78% from 255 or 32.71% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 207 - color contains mainly: blue. Hex color #BEC1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1CF is #413E30. Grayscale: #C1C1C1. Windows color (decimal): -4275761 or 13615550. OLE color: 13615550.

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

Color convert

RGB190193207-
CMYK0.080.0700.19
HSL229.41º15.04%77.84%-
HSV(B)229.41º8.21%81.18%-
XYZ51.5753.5966.66-
YUV193.7135.51125.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.20%
GREEN value IS 193 (75.78% from 255) = 32.71%
BLUE value IS 207 (81.25% from 255) = 35.08%
R=32.20%
G=32.71%
B=35.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901932070.080.0700.19229.4115.0477.84
HexBEC1CF87013e5f4e
Octal27630131710702334517116
Binary10111110110000011100111110001110100111110010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC1CF; }

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

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

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

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

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

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

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

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