#BCD7C6

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

Shades of Edgewater #BCD7C6

Tints of Edgewater #BCD7C6

Color information

#BCD7C6 (or 0xBCD7C6) is unknown color: approx Edgewater. HEX triplet: BC, D7 and C6. RGB value is (188,215,198). Sum of RGB (Red+Green+Blue) = 188+215+198=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 215 (84.38% from 255 or 35.77% from 601); Blue value is 198 (77.73% from 255 or 32.95% from 601); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD7C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD7C6 is #432839. Grayscale: #CDCDCD. Windows color (decimal): -4401210 or 13031356. OLE color: 13031356.

HSL color Cylindrical-coordinate representation of color #BCD7C6: hue angle of 142.22º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCD7C6 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB188215198-
CMYK0.1300.080.16
HSL142.22º25.23%79.02%-
HSV(B)142.22º12.56%84.31%-
XYZ55.2363.3762.75-
YUV204.99124.05115.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.28%
GREEN value IS 215 (84.38% from 255) = 35.77%
BLUE value IS 198 (77.73% from 255) = 32.95%
R=31.28%
G=35.77%
B=32.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882151980.1300.080.16142.2225.2379.02
HexBCD7C6D08108e194f
Octal274327306150102021631117
Binary1011110011010111110001101101010001000010001110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD7C6; }

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

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

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

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

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

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

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

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