#BCDCC2

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

Shades of Edgewater #BCDCC2

Tints of Edgewater #BCDCC2

Color information

#BCDCC2 (or 0xBCDCC2) is unknown color: approx Edgewater. HEX triplet: BC, DC and C2. RGB value is (188,220,194). Sum of RGB (Red+Green+Blue) = 188+220+194=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 194 (76.17% from 255 or 32.23% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCC2 is #43233D. Grayscale: #CFCFCF. Windows color (decimal): -4399934 or 12770492. OLE color: 12770492.

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

Color convert

RGB188220194-
CMYK0.1500.120.14
HSL131.25º31.37%80%-
HSV(B)131.25º14.55%86.27%-
XYZ56.0765.7760.78-
YUV207.47120.4114.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.23%
GREEN value IS 220 (86.33% from 255) = 36.54%
BLUE value IS 194 (76.17% from 255) = 32.23%
R=31.23%
G=36.54%
B=32.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882201940.1500.120.14131.2531.3780
HexBCDCC2F0CE831f50
Octal274334302170141620337120
Binary101111001101110011000010111101100111010000011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDCC2; }

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

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

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

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

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

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

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

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