#BFDAC5

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

Shades of Edgewater #BFDAC5

Tints of Edgewater #BFDAC5

Color information

#BFDAC5 (or 0xBFDAC5) is unknown color: approx Edgewater. HEX triplet: BF, DA and C5. RGB value is (191,218,197). Sum of RGB (Red+Green+Blue) = 191+218+197=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 197 (77.34% from 255 or 32.51% from 606); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDAC5 is #40253A. Grayscale: #CFCFCF. Windows color (decimal): -4203835 or 12966591. OLE color: 12966591.

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

Color convert

RGB191218197-
CMYK0.1200.100.15
HSL133.33º26.73%80.2%-
HSV(B)133.33º12.39%85.49%-
XYZ56.6465.2562.43-
YUV207.53122.05116.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.52%
GREEN value IS 218 (85.55% from 255) = 35.97%
BLUE value IS 197 (77.34% from 255) = 32.51%
R=31.52%
G=35.97%
B=32.51%

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
Decimal1912181970.1200.100.15133.3326.7380.2
HexBFDAC5C0AF851b50
Octal277332305140121720533120
Binary101111111101101011000101110001010111110000101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDAC5; }

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

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

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

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

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

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

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

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