#BEBFC2

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

Shades of Link Water #BEBFC2

Tints of Link Water #BEBFC2

Color information

#BEBFC2 (or 0xBEBFC2) is unknown color: approx Link Water. HEX triplet: BE, BF and C2. RGB value is (190,191,194). Sum of RGB (Red+Green+Blue) = 190+191+194=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 194 (76.17% from 255 or 33.74% from 575); Max value from RGB is 194 - color contains mainly: blue. Hex color #BEBFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFC2 is #41403D. Grayscale: #BFBFBF. Windows color (decimal): -4276286 or 12763070. OLE color: 12763070.

HSL color Cylindrical-coordinate representation of color #BEBFC2: hue angle of 225º degrees, saturation: 0.03, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BEBFC2 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB190191194-
CMYK0.020.0200.24
HSL225º3.17%75.29%-
HSV(B)225º2.06%76.08%-
XYZ49.652.158.48-
YUV191.04129.67127.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.04%
GREEN value IS 191 (75% from 255) = 33.22%
BLUE value IS 194 (76.17% from 255) = 33.74%
R=33.04%
G=33.22%
B=33.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901911940.020.0200.242253.1775.29
HexBEBFC222018e134b
Octal276277302220303413113
Binary101111101011111111000010101001100011100001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBFC2; }

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

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

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

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

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

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

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

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