#BFE1C4

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

Shades of Edgewater #BFE1C4

Tints of Edgewater #BFE1C4

Color information

#BFE1C4 (or 0xBFE1C4) is unknown color: approx Edgewater. HEX triplet: BF, E1 and C4. RGB value is (191,225,196). Sum of RGB (Red+Green+Blue) = 191+225+196=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 225 (88.28% from 255 or 36.76% from 612); Blue value is 196 (76.95% from 255 or 32.03% from 612); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE1C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE1C4 is #401E3B. Grayscale: #D3D3D3. Windows color (decimal): -4202044 or 12902847. OLE color: 12902847.

HSL color Cylindrical-coordinate representation of color #BFE1C4: hue angle of 128.82º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFE1C4 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB191225196-
CMYK0.1500.130.12
HSL128.82º36.17%81.57%-
HSV(B)128.82º15.11%88.24%-
XYZ58.3768.9162.45-
YUV211.53119.24113.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.21%
GREEN value IS 225 (88.28% from 255) = 36.76%
BLUE value IS 196 (76.95% from 255) = 32.03%
R=31.21%
G=36.76%
B=32.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1912251960.1500.130.12128.8236.1781.57
HexBFE1C4F0DC812452
Octal277341304170151420144122
Binary1011111111100001110001001111011011100100000011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE1C4; }

 p { color: rgb(191,225,196); }

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

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

 a { background-color: rgb(191,225,196); }

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

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

 span { border-color: rgb(191,225,196); }

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