#BDDCC1

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

Shades of Edgewater #BDDCC1

Tints of Edgewater #BDDCC1

Color information

#BDDCC1 (or 0xBDDCC1) is unknown color: approx Edgewater. HEX triplet: BD, DC and C1. RGB value is (189,220,193). Sum of RGB (Red+Green+Blue) = 189+220+193=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 193 (75.78% from 255 or 32.06% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCC1 is #42233E. Grayscale: #CFCFCF. Windows color (decimal): -4334399 or 12704957. OLE color: 12704957.

HSL color Cylindrical-coordinate representation of color #BDDCC1: hue angle of 127.74º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDCC1 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB189220193-
CMYK0.1400.120.14
HSL127.74º30.69%80.2%-
HSV(B)127.74º14.09%86.27%-
XYZ56.2165.8660.2-
YUV207.65119.73114.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.40%
GREEN value IS 220 (86.33% from 255) = 36.54%
BLUE value IS 193 (75.78% from 255) = 32.06%
R=31.40%
G=36.54%
B=32.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892201930.1400.120.14127.7430.6980.2
HexBDDCC1E0CE801f50
Octal275334301160141620037120
Binary101111011101110011000001111001100111010000000111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDCC1; }

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

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

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

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

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

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

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

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