#BCDBC6

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

Shades of Edgewater #BCDBC6

Tints of Edgewater #BCDBC6

Color information

#BCDBC6 (or 0xBCDBC6) is unknown color: approx Edgewater. HEX triplet: BC, DB and C6. RGB value is (188,219,198). Sum of RGB (Red+Green+Blue) = 188+219+198=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 198 (77.73% from 255 or 32.73% from 605); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDBC6 is #432439. Grayscale: #CFCFCF. Windows color (decimal): -4400186 or 13032380. OLE color: 13032380.

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

Color convert

RGB188219198-
CMYK0.1400.100.14
HSL139.35º30.1%79.8%-
HSV(B)139.35º14.16%85.88%-
XYZ56.2665.4363.09-
YUV207.34122.73114.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.07%
GREEN value IS 219 (85.94% from 255) = 36.20%
BLUE value IS 198 (77.73% from 255) = 32.73%
R=31.07%
G=36.20%
B=32.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882191980.1400.100.14139.3530.179.8
HexBCDBC6E0AE8b1e50
Octal274333306160121621336120
Binary101111001101101111000110111001010111010001011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDBC6; }

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

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

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

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

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

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

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

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