#BCDBC4

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

Shades of Edgewater #BCDBC4

Tints of Edgewater #BCDBC4

Color information

#BCDBC4 (or 0xBCDBC4) is unknown color: approx Edgewater. HEX triplet: BC, DB and C4. RGB value is (188,219,196). Sum of RGB (Red+Green+Blue) = 188+219+196=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 196 (76.95% from 255 or 32.50% from 603); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDBC4 is #43243B. Grayscale: #CFCFCF. Windows color (decimal): -4400188 or 12901308. OLE color: 12901308.

HSL color Cylindrical-coordinate representation of color #BCDBC4: hue angle of 135.48º 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 #BCDBC4 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB188219196-
CMYK0.1400.110.14
HSL135.48º30.1%79.8%-
HSV(B)135.48º14.16%85.88%-
XYZ56.0365.3461.88-
YUV207.11121.73114.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.18%
GREEN value IS 219 (85.94% from 255) = 36.32%
BLUE value IS 196 (76.95% from 255) = 32.50%
R=31.18%
G=36.32%
B=32.50%

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
Decimal1882191960.1400.110.14135.4830.179.8
HexBCDBC4E0BE871e50
Octal274333304160131620736120
Binary101111001101101111000100111001011111010000111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDBC4; }

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

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

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

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

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

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

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

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