#BDDAC5

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

Shades of Edgewater #BDDAC5

Tints of Edgewater #BDDAC5

Color information

#BDDAC5 (or 0xBDDAC5) is unknown color: approx Edgewater. HEX triplet: BD, DA and C5. RGB value is (189,218,197). Sum of RGB (Red+Green+Blue) = 189+218+197=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 197 (77.34% from 255 or 32.62% from 604); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDAC5 is #42253A. Grayscale: #CECECE. Windows color (decimal): -4334907 or 12966589. OLE color: 12966589.

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

Color convert

RGB189218197-
CMYK0.1300.100.15
HSL136.55º28.16%79.8%-
HSV(B)136.55º13.3%85.49%-
XYZ56.1464.9962.41-
YUV206.93122.39115.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.29%
GREEN value IS 218 (85.55% from 255) = 36.09%
BLUE value IS 197 (77.34% from 255) = 32.62%
R=31.29%
G=36.09%
B=32.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892181970.1300.100.15136.5528.1679.8
HexBDDAC5D0AF891c50
Octal275332305150121721134120
Binary101111011101101011000101110101010111110001001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDAC5; }

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

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

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

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

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

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

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

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