#BDDEC2

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

Shades of Edgewater #BDDEC2

Tints of Edgewater #BDDEC2

Color information

#BDDEC2 (or 0xBDDEC2) is unknown color: approx Edgewater. HEX triplet: BD, DE and C2. RGB value is (189,222,194). Sum of RGB (Red+Green+Blue) = 189+222+194=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 194 (76.17% from 255 or 32.07% from 605); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDEC2 is #42213D. Grayscale: #D1D1D1. Windows color (decimal): -4333886 or 12771005. OLE color: 12771005.

HSL color Cylindrical-coordinate representation of color #BDDEC2: hue angle of 129.09º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDDEC2 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB189222194-
CMYK0.1500.130.13
HSL129.09º33.33%80.59%-
HSV(B)129.09º14.86%87.06%-
XYZ56.8566.9660.97-
YUV208.94119.57113.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.24%
GREEN value IS 222 (87.11% from 255) = 36.69%
BLUE value IS 194 (76.17% from 255) = 32.07%
R=31.24%
G=36.69%
B=32.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892221940.1500.130.13129.0933.3380.59
HexBDDEC2F0DD812151
Octal275336302170151520141121
Binary1011110111011110110000101111011011101100000011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDEC2; }

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

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

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

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

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

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

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

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