#BCD8C1

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

Shades of Edgewater #BCD8C1

Tints of Edgewater #BCD8C1

Color information

#BCD8C1 (or 0xBCD8C1) is unknown color: approx Edgewater. HEX triplet: BC, D8 and C1. RGB value is (188,216,193). Sum of RGB (Red+Green+Blue) = 188+216+193=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 216 (84.77% from 255 or 36.18% from 597); Blue value is 193 (75.78% from 255 or 32.33% from 597); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD8C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD8C1 is #43273E. Grayscale: #CDCDCD. Windows color (decimal): -4400959 or 12703932. OLE color: 12703932.

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

Color convert

RGB188216193-
CMYK0.1300.110.15
HSL130.71º26.42%79.22%-
HSV(B)130.71º12.96%84.71%-
XYZ54.9263.6559.84-
YUV205.01121.22115.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.49%
GREEN value IS 216 (84.77% from 255) = 36.18%
BLUE value IS 193 (75.78% from 255) = 32.33%
R=31.49%
G=36.18%
B=32.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882161930.1300.110.15130.7126.4279.22
HexBCD8C1D0BF831a4f
Octal274330301150131720332117
Binary101111001101100011000001110101011111110000011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD8C1; }

 p { color: rgb(188,216,193); }

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

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

 a { background-color: rgb(188,216,193); }

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

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

 span { border-color: rgb(188,216,193); }

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