#BADCC5

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

Shades of Edgewater #BADCC5

Tints of Edgewater #BADCC5

Color information

#BADCC5 (or 0xBADCC5) is unknown color: approx Edgewater. HEX triplet: BA, DC and C5. RGB value is (186,220,197). Sum of RGB (Red+Green+Blue) = 186+220+197=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 197 (77.34% from 255 or 32.67% from 603); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCC5 is #45233A. Grayscale: #CFCFCF. Windows color (decimal): -4531003 or 12967098. OLE color: 12967098.

HSL color Cylindrical-coordinate representation of color #BADCC5: hue angle of 139.41º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BADCC5 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB186220197-
CMYK0.1500.100.14
HSL139.41º32.69%79.61%-
HSV(B)139.41º15.45%86.27%-
XYZ55.9265.6662.55-
YUV207.21122.24112.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.85%
GREEN value IS 220 (86.33% from 255) = 36.48%
BLUE value IS 197 (77.34% from 255) = 32.67%
R=30.85%
G=36.48%
B=32.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862201970.1500.100.14139.4132.6979.61
HexBADCC5F0AE8b2150
Octal272334305170121621341120
Binary1011101011011100110001011111010101110100010111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADCC5; }

 p { color: rgb(186,220,197); }

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

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

 a { background-color: rgb(186,220,197); }

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

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

 span { border-color: rgb(186,220,197); }

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