#BFD9C7

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

Shades of Edgewater #BFD9C7

Tints of Edgewater #BFD9C7

Color information

#BFD9C7 (or 0xBFD9C7) is unknown color: approx Edgewater. HEX triplet: BF, D9 and C7. RGB value is (191,217,199). Sum of RGB (Red+Green+Blue) = 191+217+199=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 217 (85.16% from 255 or 35.75% from 607); Blue value is 199 (78.12% from 255 or 32.78% from 607); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD9C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD9C7 is #402638. Grayscale: #CFCFCF. Windows color (decimal): -4204089 or 13097407. OLE color: 13097407.

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

Color convert

RGB191217199-
CMYK0.1200.080.15
HSL138.46º25.49%80%-
HSV(B)138.46º11.98%85.1%-
XYZ56.6164.8363.56-
YUV207.17123.39116.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.47%
GREEN value IS 217 (85.16% from 255) = 35.75%
BLUE value IS 199 (78.12% from 255) = 32.78%
R=31.47%
G=35.75%
B=32.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1912171990.1200.080.15138.4625.4980
HexBFD9C7C08F8a1950
Octal277331307140101721231120
Binary101111111101100111000111110001000111110001010110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD9C7; }

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

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

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

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

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

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

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

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