#BCD9C6

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

Shades of Edgewater #BCD9C6

Tints of Edgewater #BCD9C6

Color information

#BCD9C6 (or 0xBCD9C6) is unknown color: approx Edgewater. HEX triplet: BC, D9 and C6. RGB value is (188,217,198). Sum of RGB (Red+Green+Blue) = 188+217+198=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 217 (85.16% from 255 or 35.99% from 603); Blue value is 198 (77.73% from 255 or 32.84% from 603); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD9C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD9C6 is #432639. Grayscale: #CECECE. Windows color (decimal): -4400698 or 13031868. OLE color: 13031868.

HSL color Cylindrical-coordinate representation of color #BCD9C6: hue angle of 140.69º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCD9C6 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB188217198-
CMYK0.1300.090.15
HSL140.69º27.62%79.41%-
HSV(B)140.69º13.36%85.1%-
XYZ55.7464.3962.92-
YUV206.16123.39115.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.18%
GREEN value IS 217 (85.16% from 255) = 35.99%
BLUE value IS 198 (77.73% from 255) = 32.84%
R=31.18%
G=35.99%
B=32.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882171980.1300.090.15140.6927.6279.41
HexBCD9C6D09F8d1c4f
Octal274331306150111721534117
Binary101111001101100111000110110101001111110001101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD9C6; }

 p { color: rgb(188,217,198); }

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

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

 a { background-color: rgb(188,217,198); }

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

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

 span { border-color: rgb(188,217,198); }

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