#BFDEC7

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

Shades of Edgewater #BFDEC7

Tints of Edgewater #BFDEC7

Color information

#BFDEC7 (or 0xBFDEC7) is unknown color: approx Edgewater. HEX triplet: BF, DE and C7. RGB value is (191,222,199). Sum of RGB (Red+Green+Blue) = 191+222+199=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 199 (78.12% from 255 or 32.52% from 612); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDEC7 is #402138. Grayscale: #D2D2D2. Windows color (decimal): -4202809 or 13098687. OLE color: 13098687.

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

Color convert

RGB191222199-
CMYK0.1400.100.13
HSL135.48º31.96%80.98%-
HSV(B)135.48º13.96%87.06%-
XYZ57.9267.4464-
YUV210.11121.73114.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.21%
GREEN value IS 222 (87.11% from 255) = 36.27%
BLUE value IS 199 (78.12% from 255) = 32.52%
R=31.21%
G=36.27%
B=32.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912221990.1400.100.13135.4831.9680.98
HexBFDEC7E0AD872051
Octal277336307160121520740121
Binary1011111111011110110001111110010101101100001111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDEC7; }

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

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

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

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

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

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

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

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