#BFD7C9

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

Shades of Edgewater #BFD7C9

Tints of Edgewater #BFD7C9

Color information

#BFD7C9 (or 0xBFD7C9) is unknown color: approx Edgewater. HEX triplet: BF, D7 and C9. RGB value is (191,215,201). Sum of RGB (Red+Green+Blue) = 191+215+201=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 201 (78.91% from 255 or 33.11% from 607); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD7C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD7C9 is #402836. Grayscale: #CECECE. Windows color (decimal): -4204599 or 13227967. OLE color: 13227967.

HSL color Cylindrical-coordinate representation of color #BFD7C9: hue angle of 145º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFD7C9 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB191215201-
CMYK0.1100.070.16
HSL145º23.08%79.61%-
HSV(B)145º11.16%84.31%-
XYZ56.3363.8964.62-
YUV206.23125.05117.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.47%
GREEN value IS 215 (84.38% from 255) = 35.42%
BLUE value IS 201 (78.91% from 255) = 33.11%
R=31.47%
G=35.42%
B=33.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912152010.1100.070.1614523.0879.61
HexBFD7C9B0710911750
Octal27732731113072022127120
Binary101111111101011111001001101101111000010010001101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD7C9; }

 p { color: rgb(191,215,201); }

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

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

 a { background-color: rgb(191,215,201); }

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

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

 span { border-color: rgb(191,215,201); }

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