#BADAC1

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

Shades of Edgewater #BADAC1

Tints of Edgewater #BADAC1

Color information

#BADAC1 (or 0xBADAC1) is unknown color: approx Edgewater. HEX triplet: BA, DA and C1. RGB value is (186,218,193). Sum of RGB (Red+Green+Blue) = 186+218+193=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 193 (75.78% from 255 or 32.33% from 597); Max value from RGB is 218 - color contains mainly: green. Hex color #BADAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADAC1 is #45253E. Grayscale: #CDCDCD. Windows color (decimal): -4531519 or 12704442. OLE color: 12704442.

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

Color convert

RGB186218193-
CMYK0.1500.110.15
HSL133.12º30.19%79.22%-
HSV(B)133.12º14.68%85.49%-
XYZ54.9564.4359.99-
YUV205.58120.9114.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.16%
GREEN value IS 218 (85.55% from 255) = 36.52%
BLUE value IS 193 (75.78% from 255) = 32.33%
R=31.16%
G=36.52%
B=32.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862181930.1500.110.15133.1230.1979.22
HexBADAC1F0BF851e4f
Octal272332301170131720536117
Binary101110101101101011000001111101011111110000101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADAC1; }

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

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

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

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

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

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

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

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