#BADDC7

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

Shades of Edgewater #BADDC7

Tints of Edgewater #BADDC7

Color information

#BADDC7 (or 0xBADDC7) is unknown color: approx Edgewater. HEX triplet: BA, DD and C7. RGB value is (186,221,199). Sum of RGB (Red+Green+Blue) = 186+221+199=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 199 (78.12% from 255 or 32.84% from 606); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDC7 is #452238. Grayscale: #D0D0D0. Windows color (decimal): -4530745 or 13098426. OLE color: 13098426.

HSL color Cylindrical-coordinate representation of color #BADDC7: hue angle of 142.29º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BADDC7 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB186221199-
CMYK0.1600.100.13
HSL142.29º33.98%79.8%-
HSV(B)142.29º15.84%86.67%-
XYZ56.4166.2863.85-
YUV208.03122.9112.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.69%
GREEN value IS 221 (86.72% from 255) = 36.47%
BLUE value IS 199 (78.12% from 255) = 32.84%
R=30.69%
G=36.47%
B=32.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862211990.1600.100.13142.2933.9879.8
HexBADDC7100AD8e2250
Octal272335307200121521642120
Binary10111010110111011100011110000010101101100011101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADDC7; }

 p { color: rgb(186,221,199); }

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

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

 a { background-color: rgb(186,221,199); }

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

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

 span { border-color: rgb(186,221,199); }

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