#BCD4C4

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

Shades of Edgewater #BCD4C4

Tints of Edgewater #BCD4C4

Color information

#BCD4C4 (or 0xBCD4C4) is unknown color: approx Edgewater. HEX triplet: BC, D4 and C4. RGB value is (188,212,196). Sum of RGB (Red+Green+Blue) = 188+212+196=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 212 (83.20% from 255 or 35.57% from 596); Blue value is 196 (76.95% from 255 or 32.89% from 596); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD4C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD4C4 is #432B3B. Grayscale: #CBCBCB. Windows color (decimal): -4401980 or 12899516. OLE color: 12899516.

HSL color Cylindrical-coordinate representation of color #BCD4C4: hue angle of 140º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCD4C4 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB188212196-
CMYK0.1100.080.17
HSL140º21.82%78.43%-
HSV(B)140º11.32%83.14%-
XYZ54.2561.7661.29-
YUV203124.05117.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.54%
GREEN value IS 212 (83.20% from 255) = 35.57%
BLUE value IS 196 (76.95% from 255) = 32.89%
R=31.54%
G=35.57%
B=32.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1882121960.1100.080.1714021.8278.43
HexBCD4C4B08118c164e
Octal274324304130102121426116
Binary1011110011010100110001001011010001000110001100101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD4C4; }

 p { color: rgb(188,212,196); }

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

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

 a { background-color: rgb(188,212,196); }

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

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

 span { border-color: rgb(188,212,196); }

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