#BDD9C1

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

Shades of Edgewater #BDD9C1

Tints of Edgewater #BDD9C1

Color information

#BDD9C1 (or 0xBDD9C1) is unknown color: approx Edgewater. HEX triplet: BD, D9 and C1. RGB value is (189,217,193). Sum of RGB (Red+Green+Blue) = 189+217+193=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 217 (85.16% from 255 or 36.23% from 599); Blue value is 193 (75.78% from 255 or 32.22% from 599); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD9C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD9C1 is #42263E. Grayscale: #CDCDCD. Windows color (decimal): -4335167 or 12704189. OLE color: 12704189.

HSL color Cylindrical-coordinate representation of color #BDD9C1: hue angle of 128.57º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDD9C1 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB189217193-
CMYK0.1300.110.15
HSL128.57º26.92%79.61%-
HSV(B)128.57º12.9%85.1%-
XYZ55.4264.2959.94-
YUV205.89120.72115.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.55%
GREEN value IS 217 (85.16% from 255) = 36.23%
BLUE value IS 193 (75.78% from 255) = 32.22%
R=31.55%
G=36.23%
B=32.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892171930.1300.110.15128.5726.9279.61
HexBDD9C1D0BF811b50
Octal275331301150131720133120
Binary101111011101100111000001110101011111110000001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD9C1; }

 p { color: rgb(189,217,193); }

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

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

 a { background-color: rgb(189,217,193); }

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

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

 span { border-color: rgb(189,217,193); }

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