#BCDCC6

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

Shades of Edgewater #BCDCC6

Tints of Edgewater #BCDCC6

Color information

#BCDCC6 (or 0xBCDCC6) is unknown color: approx Edgewater. HEX triplet: BC, DC and C6. RGB value is (188,220,198). Sum of RGB (Red+Green+Blue) = 188+220+198=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 198 (77.73% from 255 or 32.67% from 606); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCC6 is #432339. Grayscale: #CFCFCF. Windows color (decimal): -4399930 or 13032636. OLE color: 13032636.

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

Color convert

RGB188220198-
CMYK0.1500.10.14
HSL138.75º31.37%80%-
HSV(B)138.75º14.55%86.27%-
XYZ56.5365.9563.18-
YUV207.92122.4113.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.02%
GREEN value IS 220 (86.33% from 255) = 36.30%
BLUE value IS 198 (77.73% from 255) = 32.67%
R=31.02%
G=36.30%
B=32.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882201980.1500.10.14138.7531.3780
HexBCDCC6F0AE8b1f50
Octal274334306170121621337120
Binary101111001101110011000110111101010111010001011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDCC6; }

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

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

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

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

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

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

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

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