#BCDAC8

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

Shades of Edgewater #BCDAC8

Tints of Edgewater #BCDAC8

Color information

#BCDAC8 (or 0xBCDAC8) is unknown color: approx Edgewater. HEX triplet: BC, DA and C8. RGB value is (188,218,200). Sum of RGB (Red+Green+Blue) = 188+218+200=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 200 (78.52% from 255 or 33.00% from 606); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDAC8 is #432537. Grayscale: #CFCFCF. Windows color (decimal): -4400440 or 13163196. OLE color: 13163196.

HSL color Cylindrical-coordinate representation of color #BCDAC8: hue angle of 144º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCDAC8 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB188218200-
CMYK0.1400.080.15
HSL144º28.85%79.61%-
HSV(B)144º13.76%85.49%-
XYZ56.246564.23-
YUV206.98124.06114.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.02%
GREEN value IS 218 (85.55% from 255) = 35.97%
BLUE value IS 200 (78.52% from 255) = 33.00%
R=31.02%
G=35.97%
B=33.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882182000.1400.080.1514428.8579.61
HexBCDAC8E08F901d50
Octal274332310160101722035120
Binary101111001101101011001000111001000111110010000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDAC8; }

 p { color: rgb(188,218,200); }

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

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

 a { background-color: rgb(188,218,200); }

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

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

 span { border-color: rgb(188,218,200); }

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