#BFD9C5

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

Shades of Edgewater #BFD9C5

Tints of Edgewater #BFD9C5

Color information

#BFD9C5 (or 0xBFD9C5) is unknown color: approx Edgewater. HEX triplet: BF, D9 and C5. RGB value is (191,217,197). Sum of RGB (Red+Green+Blue) = 191+217+197=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 217 (85.16% from 255 or 35.87% from 605); Blue value is 197 (77.34% from 255 or 32.56% from 605); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD9C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD9C5 is #40263A. Grayscale: #CFCFCF. Windows color (decimal): -4204091 or 12966335. OLE color: 12966335.

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

Color convert

RGB191217197-
CMYK0.1200.090.15
HSL133.85º25.49%80%-
HSV(B)133.85º11.98%85.1%-
XYZ56.3864.7362.35-
YUV206.95122.39116.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.57%
GREEN value IS 217 (85.16% from 255) = 35.87%
BLUE value IS 197 (77.34% from 255) = 32.56%
R=31.57%
G=35.87%
B=32.56%

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
Decimal1912171970.1200.090.15133.8525.4980
HexBFD9C5C09F861950
Octal277331305140111720631120
Binary101111111101100111000101110001001111110000110110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD9C5; }

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

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

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

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

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

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

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

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