#BFDAC9

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

Shades of Edgewater #BFDAC9

Tints of Edgewater #BFDAC9

Color information

#BFDAC9 (or 0xBFDAC9) is unknown color: approx Edgewater. HEX triplet: BF, DA and C9. RGB value is (191,218,201). Sum of RGB (Red+Green+Blue) = 191+218+201=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 201 (78.91% from 255 or 32.95% from 610); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDAC9 is #402536. Grayscale: #D0D0D0. Windows color (decimal): -4203831 or 13228735. OLE color: 13228735.

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

Color convert

RGB191218201-
CMYK0.1200.080.15
HSL142.22º26.73%80.2%-
HSV(B)142.22º12.39%85.49%-
XYZ57.165.4464.88-
YUV207.99124.05115.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.31%
GREEN value IS 218 (85.55% from 255) = 35.74%
BLUE value IS 201 (78.91% from 255) = 32.95%
R=31.31%
G=35.74%
B=32.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1912182010.1200.080.15142.2226.7380.2
HexBFDAC9C08F8e1b50
Octal277332311140101721633120
Binary101111111101101011001001110001000111110001110110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDAC9; }

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

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

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

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

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

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

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

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