#BFDFC3

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

Shades of Edgewater #BFDFC3

Tints of Edgewater #BFDFC3

Color information

#BFDFC3 (or 0xBFDFC3) is unknown color: approx Edgewater. HEX triplet: BF, DF and C3. RGB value is (191,223,195). Sum of RGB (Red+Green+Blue) = 191+223+195=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 195 (76.56% from 255 or 32.02% from 609); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFC3 is #40203C. Grayscale: #D2D2D2. Windows color (decimal): -4202557 or 12836799. OLE color: 12836799.

HSL color Cylindrical-coordinate representation of color #BFDFC3: hue angle of 127.5º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFDFC3 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB191223195-
CMYK0.1400.130.13
HSL127.5º33.33%81.18%-
HSV(B)127.5º14.35%87.45%-
XYZ57.7267.7961.67-
YUV210.24119.4114.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.36%
GREEN value IS 223 (87.5% from 255) = 36.62%
BLUE value IS 195 (76.56% from 255) = 32.02%
R=31.36%
G=36.62%
B=32.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912231950.1400.130.13127.533.3381.18
HexBFDFC3E0DD7f2151
Octal277337303160151517741121
Binary101111111101111111000011111001101110111111111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDFC3; }

 p { color: rgb(191,223,195); }

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

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

 a { background-color: rgb(191,223,195); }

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

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

 span { border-color: rgb(191,223,195); }

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