#BDDAC2

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

Shades of Edgewater #BDDAC2

Tints of Edgewater #BDDAC2

Color information

#BDDAC2 (or 0xBDDAC2) is unknown color: approx Edgewater. HEX triplet: BD, DA and C2. RGB value is (189,218,194). Sum of RGB (Red+Green+Blue) = 189+218+194=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 194 (76.17% from 255 or 32.28% from 601); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDAC2 is #42253D. Grayscale: #CECECE. Windows color (decimal): -4334910 or 12769981. OLE color: 12769981.

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

Color convert

RGB189218194-
CMYK0.1300.110.15
HSL130.34º28.16%79.8%-
HSV(B)130.34º13.3%85.49%-
XYZ55.864.8660.62-
YUV206.59120.89115.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.45%
GREEN value IS 218 (85.55% from 255) = 36.27%
BLUE value IS 194 (76.17% from 255) = 32.28%
R=31.45%
G=36.27%
B=32.28%

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
Decimal1892181940.1300.110.15130.3428.1679.8
HexBDDAC2D0BF821c50
Octal275332302150131720234120
Binary101111011101101011000010110101011111110000010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDAC2; }

 p { color: rgb(189,218,194); }

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

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

 a { background-color: rgb(189,218,194); }

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

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

 span { border-color: rgb(189,218,194); }

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