#BDDEC1

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

Shades of Edgewater #BDDEC1

Tints of Edgewater #BDDEC1

Color information

#BDDEC1 (or 0xBDDEC1) is unknown color: approx Edgewater. HEX triplet: BD, DE and C1. RGB value is (189,222,193). Sum of RGB (Red+Green+Blue) = 189+222+193=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 222 (87.11% from 255 or 36.75% from 604); Blue value is 193 (75.78% from 255 or 31.95% from 604); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDEC1 is #42213E. Grayscale: #D0D0D0. Windows color (decimal): -4333887 or 12705469. OLE color: 12705469.

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

Color convert

RGB189222193-
CMYK0.1500.130.13
HSL127.27º33.33%80.59%-
HSV(B)127.27º14.86%87.06%-
XYZ56.7366.9160.38-
YUV208.83119.07113.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.29%
GREEN value IS 222 (87.11% from 255) = 36.75%
BLUE value IS 193 (75.78% from 255) = 31.95%
R=31.29%
G=36.75%
B=31.95%

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
Decimal1892221930.1500.130.13127.2733.3380.59
HexBDDEC1F0DD7f2151
Octal275336301170151517741121
Binary101111011101111011000001111101101110111111111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDEC1; }

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

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

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

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

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

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

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

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