#BAD5C1

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

Shades of Edgewater #BAD5C1

Tints of Edgewater #BAD5C1

Color information

#BAD5C1 (or 0xBAD5C1) is unknown color: approx Edgewater. HEX triplet: BA, D5 and C1. RGB value is (186,213,193). Sum of RGB (Red+Green+Blue) = 186+213+193=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 213 (83.59% from 255 or 35.98% from 592); Blue value is 193 (75.78% from 255 or 32.60% from 592); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD5C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD5C1 is #452A3E. Grayscale: #CACACA. Windows color (decimal): -4532799 or 12703162. OLE color: 12703162.

HSL color Cylindrical-coordinate representation of color #BAD5C1: hue angle of 135.56º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAD5C1 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB186213193-
CMYK0.1300.090.16
HSL135.56º24.32%78.24%-
HSV(B)135.56º12.68%83.53%-
XYZ53.6761.8859.57-
YUV202.65122.55116.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.42%
GREEN value IS 213 (83.59% from 255) = 35.98%
BLUE value IS 193 (75.78% from 255) = 32.60%
R=31.42%
G=35.98%
B=32.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862131930.1300.090.16135.5624.3278.24
HexBAD5C1D091088184e
Octal272325301150112021030116
Binary1011101011010101110000011101010011000010001000110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD5C1; }

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

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

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

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

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

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

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

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