#BADBC2

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

Shades of Edgewater #BADBC2

Tints of Edgewater #BADBC2

Color information

#BADBC2 (or 0xBADBC2) is unknown color: approx Edgewater. HEX triplet: BA, DB and C2. RGB value is (186,219,194). Sum of RGB (Red+Green+Blue) = 186+219+194=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 194 (76.17% from 255 or 32.39% from 599); Max value from RGB is 219 - color contains mainly: green. Hex color #BADBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADBC2 is #45243D. Grayscale: #CECECE. Windows color (decimal): -4531262 or 12770234. OLE color: 12770234.

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

Color convert

RGB186219194-
CMYK0.1500.110.14
HSL134.55º31.43%79.41%-
HSV(B)134.55º15.07%85.88%-
XYZ55.326560.67-
YUV206.28121.07113.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.05%
GREEN value IS 219 (85.94% from 255) = 36.56%
BLUE value IS 194 (76.17% from 255) = 32.39%
R=31.05%
G=36.56%
B=32.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862191940.1500.110.14134.5531.4379.41
HexBADBC2F0BE871f4f
Octal272333302170131620737117
Binary101110101101101111000010111101011111010000111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADBC2; }

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

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

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

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

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

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

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

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