#BCDBC2

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

Shades of Edgewater #BCDBC2

Tints of Edgewater #BCDBC2

Color information

#BCDBC2 (or 0xBCDBC2) is unknown color: approx Edgewater. HEX triplet: BC, DB and C2. RGB value is (188,219,194). Sum of RGB (Red+Green+Blue) = 188+219+194=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 194 (76.17% from 255 or 32.28% from 601); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDBC2 is #43243D. Grayscale: #CECECE. Windows color (decimal): -4400190 or 12770236. OLE color: 12770236.

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

Color convert

RGB188219194-
CMYK0.1400.110.14
HSL131.61º30.1%79.8%-
HSV(B)131.61º14.16%85.88%-
XYZ55.8165.2560.69-
YUV206.88120.73114.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.28%
GREEN value IS 219 (85.94% from 255) = 36.44%
BLUE value IS 194 (76.17% from 255) = 32.28%
R=31.28%
G=36.44%
B=32.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882191940.1400.110.14131.6130.179.8
HexBCDBC2E0BE841e50
Octal274333302160131620436120
Binary101111001101101111000010111001011111010000100111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDBC2; }

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

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

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

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

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

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

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

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