#BDE1C4

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

Shades of Edgewater #BDE1C4

Tints of Edgewater #BDE1C4

Color information

#BDE1C4 (or 0xBDE1C4) is unknown color: approx Edgewater. HEX triplet: BD, E1 and C4. RGB value is (189,225,196). Sum of RGB (Red+Green+Blue) = 189+225+196=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 225 (88.28% from 255 or 36.89% from 610); Blue value is 196 (76.95% from 255 or 32.13% from 610); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1C4 is #421E3B. Grayscale: #D3D3D3. Windows color (decimal): -4333116 or 12902845. OLE color: 12902845.

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

Color convert

RGB189225196-
CMYK0.1600.130.12
HSL131.67º37.5%81.18%-
HSV(B)131.67º16%88.24%-
XYZ57.8868.6562.43-
YUV210.93119.57112.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.98%
GREEN value IS 225 (88.28% from 255) = 36.89%
BLUE value IS 196 (76.95% from 255) = 32.13%
R=30.98%
G=36.89%
B=32.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892251960.1600.130.12131.6737.581.18
HexBDE1C4100DC842651
Octal275341304200151420446121
Binary10111101111000011100010010000011011100100001001001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE1C4; }

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

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

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

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

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

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

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

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