#BCDDC2

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

Shades of Edgewater #BCDDC2

Tints of Edgewater #BCDDC2

Color information

#BCDDC2 (or 0xBCDDC2) is unknown color: approx Edgewater. HEX triplet: BC, DD and C2. RGB value is (188,221,194). Sum of RGB (Red+Green+Blue) = 188+221+194=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 194 (76.17% from 255 or 32.17% from 603); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDC2 is #43223D. Grayscale: #D0D0D0. Windows color (decimal): -4399678 or 12770748. OLE color: 12770748.

HSL color Cylindrical-coordinate representation of color #BCDDC2: hue angle of 130.91º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCDDC2 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB188221194-
CMYK0.1500.120.13
HSL130.91º32.67%80.2%-
HSV(B)130.91º14.93%86.67%-
XYZ56.3366.360.87-
YUV208.06120.07113.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.18%
GREEN value IS 221 (86.72% from 255) = 36.65%
BLUE value IS 194 (76.17% from 255) = 32.17%
R=31.18%
G=36.65%
B=32.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882211940.1500.120.13130.9132.6780.2
HexBCDDC2F0CD832150
Octal274335302170141520341120
Binary1011110011011101110000101111011001101100000111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDDC2; }

 p { color: rgb(188,221,194); }

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

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

 a { background-color: rgb(188,221,194); }

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

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

 span { border-color: rgb(188,221,194); }

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