#BFDAC4

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

Shades of Edgewater #BFDAC4

Tints of Edgewater #BFDAC4

Color information

#BFDAC4 (or 0xBFDAC4) is unknown color: approx Edgewater. HEX triplet: BF, DA and C4. RGB value is (191,218,196). Sum of RGB (Red+Green+Blue) = 191+218+196=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 196 (76.95% from 255 or 32.40% from 605); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDAC4 is #40253B. Grayscale: #CFCFCF. Windows color (decimal): -4203836 or 12901055. OLE color: 12901055.

HSL color Cylindrical-coordinate representation of color #BFDAC4: hue angle of 131.11º degrees, saturation: 0.27, 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 #BFDAC4 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB191218196-
CMYK0.1200.100.15
HSL131.11º26.73%80.2%-
HSV(B)131.11º12.39%85.49%-
XYZ56.5265.261.83-
YUV207.42121.55116.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.57%
GREEN value IS 218 (85.55% from 255) = 36.03%
BLUE value IS 196 (76.95% from 255) = 32.40%
R=31.57%
G=36.03%
B=32.40%

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
Decimal1912181960.1200.100.15131.1126.7380.2
HexBFDAC4C0AF831b50
Octal277332304140121720333120
Binary101111111101101011000100110001010111110000011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDAC4; }

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

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

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

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

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

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

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

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