#BCD6C1

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

Shades of Edgewater #BCD6C1

Tints of Edgewater #BCD6C1

Color information

#BCD6C1 (or 0xBCD6C1) is unknown color: approx Edgewater. HEX triplet: BC, D6 and C1. RGB value is (188,214,193). Sum of RGB (Red+Green+Blue) = 188+214+193=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 214 (83.98% from 255 or 35.97% from 595); Blue value is 193 (75.78% from 255 or 32.44% from 595); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD6C1 is #43293E. Grayscale: #CBCBCB. Windows color (decimal): -4401471 or 12703420. OLE color: 12703420.

HSL color Cylindrical-coordinate representation of color #BCD6C1: hue angle of 131.54º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCD6C1 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB188214193-
CMYK0.1200.100.16
HSL131.54º24.07%78.82%-
HSV(B)131.54º12.15%83.92%-
XYZ54.4162.6359.67-
YUV203.83121.89116.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.60%
GREEN value IS 214 (83.98% from 255) = 35.97%
BLUE value IS 193 (75.78% from 255) = 32.44%
R=31.60%
G=35.97%
B=32.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882141930.1200.100.16131.5424.0778.82
HexBCD6C1C0A1084184f
Octal274326301140122020430117
Binary1011110011010110110000011100010101000010000100110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD6C1; }

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

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

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

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

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

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

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

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