#BFDFC4

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

Shades of Edgewater #BFDFC4

Tints of Edgewater #BFDFC4

Color information

#BFDFC4 (or 0xBFDFC4) is unknown color: approx Edgewater. HEX triplet: BF, DF and C4. RGB value is (191,223,196). Sum of RGB (Red+Green+Blue) = 191+223+196=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 196 (76.95% from 255 or 32.13% from 610); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFC4 is #40203B. Grayscale: #D2D2D2. Windows color (decimal): -4202556 or 12902335. OLE color: 12902335.

HSL color Cylindrical-coordinate representation of color #BFDFC4: hue angle of 129.38º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFDFC4 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB191223196-
CMYK0.1400.120.13
HSL129.38º33.33%81.18%-
HSV(B)129.38º14.35%87.45%-
XYZ57.8467.8462.27-
YUV210.35119.9114.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.31%
GREEN value IS 223 (87.5% from 255) = 36.56%
BLUE value IS 196 (76.95% from 255) = 32.13%
R=31.31%
G=36.56%
B=32.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912231960.1400.120.13129.3833.3381.18
HexBFDFC4E0CD812151
Octal277337304160141520141121
Binary1011111111011111110001001110011001101100000011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDFC4; }

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

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

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

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

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

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

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

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