#BADBC4

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

Shades of Edgewater #BADBC4

Tints of Edgewater #BADBC4

Color information

#BADBC4 (or 0xBADBC4) is unknown color: approx Edgewater. HEX triplet: BA, DB and C4. RGB value is (186,219,196). Sum of RGB (Red+Green+Blue) = 186+219+196=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 196 (76.95% from 255 or 32.61% from 601); Max value from RGB is 219 - color contains mainly: green. Hex color #BADBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADBC4 is #45243B. Grayscale: #CECECE. Windows color (decimal): -4531260 or 12901306. OLE color: 12901306.

HSL color Cylindrical-coordinate representation of color #BADBC4: hue angle of 138.18º 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 #BADBC4 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB186219196-
CMYK0.1500.110.14
HSL138.18º31.43%79.41%-
HSV(B)138.18º15.07%85.88%-
XYZ55.5565.0961.86-
YUV206.51122.07113.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.95%
GREEN value IS 219 (85.94% from 255) = 36.44%
BLUE value IS 196 (76.95% from 255) = 32.61%
R=30.95%
G=36.44%
B=32.61%

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
Decimal1862191960.1500.110.14138.1831.4379.41
HexBADBC4F0BE8a1f4f
Octal272333304170131621237117
Binary101110101101101111000100111101011111010001010111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADBC4; }

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

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

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

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

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

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

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

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