#BDDFC2

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

Shades of Edgewater #BDDFC2

Tints of Edgewater #BDDFC2

Color information

#BDDFC2 (or 0xBDDFC2) is unknown color: approx Edgewater. HEX triplet: BD, DF and C2. RGB value is (189,223,194). Sum of RGB (Red+Green+Blue) = 189+223+194=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 194 (76.17% from 255 or 32.01% from 606); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFC2 is #42203D. Grayscale: #D1D1D1. Windows color (decimal): -4333630 or 12771261. OLE color: 12771261.

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

Color convert

RGB189223194-
CMYK0.1500.130.13
HSL128.82º34.69%80.78%-
HSV(B)128.82º15.25%87.45%-
XYZ57.1167.4961.06-
YUV209.53119.24113.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.19%
GREEN value IS 223 (87.5% from 255) = 36.80%
BLUE value IS 194 (76.17% from 255) = 32.01%
R=31.19%
G=36.80%
B=32.01%

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
Decimal1892231940.1500.130.13128.8234.6980.78
HexBDDFC2F0DD812351
Octal275337302170151520143121
Binary1011110111011111110000101111011011101100000011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDFC2; }

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

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

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

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

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

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

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

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