#BCDBC0

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

Shades of Edgewater #BCDBC0

Tints of Edgewater #BCDBC0

Color information

#BCDBC0 (or 0xBCDBC0) is unknown color: approx Edgewater. HEX triplet: BC, DB and C0. RGB value is (188,219,192). Sum of RGB (Red+Green+Blue) = 188+219+192=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 192 (75.39% from 255 or 32.05% from 599); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDBC0 is #43243F. Grayscale: #CECECE. Windows color (decimal): -4400192 or 12639164. OLE color: 12639164.

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

Color convert

RGB188219192-
CMYK0.1400.120.14
HSL127.74º30.1%79.8%-
HSV(B)127.74º14.16%85.88%-
XYZ55.5865.1659.52-
YUV206.65119.73114.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.39%
GREEN value IS 219 (85.94% from 255) = 36.56%
BLUE value IS 192 (75.39% from 255) = 32.05%
R=31.39%
G=36.56%
B=32.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882191920.1400.120.14127.7430.179.8
HexBCDBC0E0CE801e50
Octal274333300160141620036120
Binary101111001101101111000000111001100111010000000111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDBC0; }

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

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

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

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

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

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

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

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