#BFE4C4

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

Shades of Edgewater #BFE4C4

Tints of Edgewater #BFE4C4

Color information

#BFE4C4 (or 0xBFE4C4) is unknown color: approx Edgewater. HEX triplet: BF, E4 and C4. RGB value is (191,228,196). Sum of RGB (Red+Green+Blue) = 191+228+196=615 (81% of max value = 765). Red value is 191 (75% from 255 or 31.06% from 615); Green value is 228 (89.45% from 255 or 37.07% from 615); Blue value is 196 (76.95% from 255 or 31.87% from 615); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE4C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE4C4 is #401B3B. Grayscale: #D5D5D5. Windows color (decimal): -4201276 or 12903615. OLE color: 12903615.

HSL color Cylindrical-coordinate representation of color #BFE4C4: hue angle of 128.11º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFE4C4 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB191228196-
CMYK0.1600.140.11
HSL128.11º40.66%82.16%-
HSV(B)128.11º16.23%89.41%-
XYZ59.1970.5562.72-
YUV213.29118.24112.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.06%
GREEN value IS 228 (89.45% from 255) = 37.07%
BLUE value IS 196 (76.95% from 255) = 31.87%
R=31.06%
G=37.07%
B=31.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912281960.1600.140.11128.1140.6682.16
HexBFE4C4100EB802952
Octal277344304200161320051122
Binary10111111111001001100010010000011101011100000001010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE4C4; }

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

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

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

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

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

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

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

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