#BFDAC7

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

Shades of Edgewater #BFDAC7

Tints of Edgewater #BFDAC7

Color information

#BFDAC7 (or 0xBFDAC7) is unknown color: approx Edgewater. HEX triplet: BF, DA and C7. RGB value is (191,218,199). Sum of RGB (Red+Green+Blue) = 191+218+199=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 199 (78.12% from 255 or 32.73% from 608); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDAC7 is #402538. Grayscale: #CFCFCF. Windows color (decimal): -4203833 or 13097663. OLE color: 13097663.

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

Color convert

RGB191218199-
CMYK0.1200.090.15
HSL137.78º26.73%80.2%-
HSV(B)137.78º12.39%85.49%-
XYZ56.8765.3463.65-
YUV207.76123.05116.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.41%
GREEN value IS 218 (85.55% from 255) = 35.86%
BLUE value IS 199 (78.12% from 255) = 32.73%
R=31.41%
G=35.86%
B=32.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1912181990.1200.090.15137.7826.7380.2
HexBFDAC7C09F8a1b50
Octal277332307140111721233120
Binary101111111101101011000111110001001111110001010110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDAC7; }

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

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

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

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

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

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

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

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