#BFD9C4

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

Shades of Edgewater #BFD9C4

Tints of Edgewater #BFD9C4

Color information

#BFD9C4 (or 0xBFD9C4) is unknown color: approx Edgewater. HEX triplet: BF, D9 and C4. RGB value is (191,217,196). Sum of RGB (Red+Green+Blue) = 191+217+196=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 217 (85.16% from 255 or 35.93% from 604); Blue value is 196 (76.95% from 255 or 32.45% from 604); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD9C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD9C4 is #40263B. Grayscale: #CECECE. Windows color (decimal): -4204092 or 12900799. OLE color: 12900799.

HSL color Cylindrical-coordinate representation of color #BFD9C4: hue angle of 131.54º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFD9C4 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB191217196-
CMYK0.1200.100.15
HSL131.54º25.49%80%-
HSV(B)131.54º11.98%85.1%-
XYZ56.2664.6961.75-
YUV206.83121.89116.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.62%
GREEN value IS 217 (85.16% from 255) = 35.93%
BLUE value IS 196 (76.95% from 255) = 32.45%
R=31.62%
G=35.93%
B=32.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1912171960.1200.100.15131.5425.4980
HexBFD9C4C0AF841950
Octal277331304140121720431120
Binary101111111101100111000100110001010111110000100110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD9C4; }

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

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

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

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

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

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

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

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