#BDE1C2

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

Shades of Edgewater #BDE1C2

Tints of Edgewater #BDE1C2

Color information

#BDE1C2 (or 0xBDE1C2) is unknown color: approx Edgewater. HEX triplet: BD, E1 and C2. RGB value is (189,225,194). Sum of RGB (Red+Green+Blue) = 189+225+194=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 225 (88.28% from 255 or 37.01% from 608); Blue value is 194 (76.17% from 255 or 31.91% from 608); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1C2 is #421E3D. Grayscale: #D2D2D2. Windows color (decimal): -4333118 or 12771773. OLE color: 12771773.

HSL color Cylindrical-coordinate representation of color #BDE1C2: hue angle of 128.33º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE1C2 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB189225194-
CMYK0.1600.140.12
HSL128.33º37.5%81.18%-
HSV(B)128.33º16%88.24%-
XYZ57.6568.5661.23-
YUV210.7118.57112.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.09%
GREEN value IS 225 (88.28% from 255) = 37.01%
BLUE value IS 194 (76.17% from 255) = 31.91%
R=31.09%
G=37.01%
B=31.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892251940.1600.140.12128.3337.581.18
HexBDE1C2100EC802651
Octal275341302200161420046121
Binary10111101111000011100001010000011101100100000001001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE1C2; }

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

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

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

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

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

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

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

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