#BADDC1

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

Shades of Edgewater #BADDC1

Tints of Edgewater #BADDC1

Color information

#BADDC1 (or 0xBADDC1) is unknown color: approx Edgewater. HEX triplet: BA, DD and C1. RGB value is (186,221,193). Sum of RGB (Red+Green+Blue) = 186+221+193=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 193 (75.78% from 255 or 32.17% from 600); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDC1 is #45223E. Grayscale: #CFCFCF. Windows color (decimal): -4530751 or 12705210. OLE color: 12705210.

HSL color Cylindrical-coordinate representation of color #BADDC1: hue angle of 132º 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 #BADDC1 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB186221193-
CMYK0.1600.130.13
HSL132º33.98%79.8%-
HSV(B)132º15.84%86.67%-
XYZ55.736660.25-
YUV207.34119.9112.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31%
GREEN value IS 221 (86.72% from 255) = 36.83%
BLUE value IS 193 (75.78% from 255) = 32.17%
R=31%
G=36.83%
B=32.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862211930.1600.130.1313233.9879.8
HexBADDC1100DD842250
Octal272335301200151520442120
Binary10111010110111011100000110000011011101100001001000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADDC1; }

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

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

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

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

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

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

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

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