#BFDEC5

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

Shades of Edgewater #BFDEC5

Tints of Edgewater #BFDEC5

Color information

#BFDEC5 (or 0xBFDEC5) is unknown color: approx Edgewater. HEX triplet: BF, DE and C5. RGB value is (191,222,197). Sum of RGB (Red+Green+Blue) = 191+222+197=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 197 (77.34% from 255 or 32.30% from 610); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDEC5 is #40213A. Grayscale: #D1D1D1. Windows color (decimal): -4202811 or 12967615. OLE color: 12967615.

HSL color Cylindrical-coordinate representation of color #BFDEC5: hue angle of 131.61º degrees, saturation: 0.32, 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 #BFDEC5 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB191222197-
CMYK0.1400.110.13
HSL131.61º31.96%80.98%-
HSV(B)131.61º13.96%87.06%-
XYZ57.6967.3562.78-
YUV209.88120.73114.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.31%
GREEN value IS 222 (87.11% from 255) = 36.39%
BLUE value IS 197 (77.34% from 255) = 32.30%
R=31.31%
G=36.39%
B=32.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912221970.1400.110.13131.6131.9680.98
HexBFDEC5E0BD842051
Octal277336305160131520440121
Binary1011111111011110110001011110010111101100001001000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDEC5; }

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

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

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

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

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

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

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

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