#BAD4C2

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

Shades of Edgewater #BAD4C2

Tints of Edgewater #BAD4C2

Color information

#BAD4C2 (or 0xBAD4C2) is unknown color: approx Edgewater. HEX triplet: BA, D4 and C2. RGB value is (186,212,194). Sum of RGB (Red+Green+Blue) = 186+212+194=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 212 (83.20% from 255 or 35.81% from 592); Blue value is 194 (76.17% from 255 or 32.77% from 592); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD4C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD4C2 is #452B3D. Grayscale: #CACACA. Windows color (decimal): -4533054 or 12768442. OLE color: 12768442.

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

Color convert

RGB186212194-
CMYK0.1200.080.17
HSL138.46º23.21%78.04%-
HSV(B)138.46º12.26%83.14%-
XYZ53.5361.4260.07-
YUV202.17123.39116.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.42%
GREEN value IS 212 (83.20% from 255) = 35.81%
BLUE value IS 194 (76.17% from 255) = 32.77%
R=31.42%
G=35.81%
B=32.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1862121940.1200.080.17138.4623.2178.04
HexBAD4C2C08118a174e
Octal272324302140102121227116
Binary1011101011010100110000101100010001000110001010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD4C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD4C2; }

 p { color: rgb(186,212,194); }

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

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

 a { background-color: rgb(186,212,194); }

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

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

 span { border-color: rgb(186,212,194); }

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