#BDDAC6

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

Shades of Edgewater #BDDAC6

Tints of Edgewater #BDDAC6

Color information

#BDDAC6 (or 0xBDDAC6) is unknown color: approx Edgewater. HEX triplet: BD, DA and C6. RGB value is (189,218,198). Sum of RGB (Red+Green+Blue) = 189+218+198=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 198 (77.73% from 255 or 32.73% from 605); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDAC6 is #422539. Grayscale: #CFCFCF. Windows color (decimal): -4334906 or 13032125. OLE color: 13032125.

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

Color convert

RGB189218198-
CMYK0.1300.090.15
HSL138.62º28.16%79.8%-
HSV(B)138.62º13.3%85.49%-
XYZ56.2565.0463.02-
YUV207.05122.89115.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.24%
GREEN value IS 218 (85.55% from 255) = 36.03%
BLUE value IS 198 (77.73% from 255) = 32.73%
R=31.24%
G=36.03%
B=32.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892181980.1300.090.15138.6228.1679.8
HexBDDAC6D09F8b1c50
Octal275332306150111721334120
Binary101111011101101011000110110101001111110001011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDAC6; }

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

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

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

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

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

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

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

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