#BFDEC6

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

Shades of Edgewater #BFDEC6

Tints of Edgewater #BFDEC6

Color information

#BFDEC6 (or 0xBFDEC6) is unknown color: approx Edgewater. HEX triplet: BF, DE and C6. RGB value is (191,222,198). Sum of RGB (Red+Green+Blue) = 191+222+198=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 222 (87.11% from 255 or 36.33% from 611); Blue value is 198 (77.73% from 255 or 32.41% from 611); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDEC6 is #402139. Grayscale: #D2D2D2. Windows color (decimal): -4202810 or 13033151. OLE color: 13033151.

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

Color convert

RGB191222198-
CMYK0.1400.110.13
HSL133.55º31.96%80.98%-
HSV(B)133.55º13.96%87.06%-
XYZ57.867.463.39-
YUV210121.23114.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.26%
GREEN value IS 222 (87.11% from 255) = 36.33%
BLUE value IS 198 (77.73% from 255) = 32.41%
R=31.26%
G=36.33%
B=32.41%

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
Decimal1912221980.1400.110.13133.5531.9680.98
HexBFDEC6E0BD862051
Octal277336306160131520640121
Binary1011111111011110110001101110010111101100001101000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDEC6; }

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

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

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

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

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

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

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

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