#BADCC4

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

Shades of Edgewater #BADCC4

Tints of Edgewater #BADCC4

Color information

#BADCC4 (or 0xBADCC4) is unknown color: approx Edgewater. HEX triplet: BA, DC and C4. RGB value is (186,220,196). Sum of RGB (Red+Green+Blue) = 186+220+196=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 196 (76.95% from 255 or 32.56% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCC4 is #45233B. Grayscale: #CFCFCF. Windows color (decimal): -4531004 or 12901562. OLE color: 12901562.

HSL color Cylindrical-coordinate representation of color #BADCC4: hue angle of 137.65º 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 #BADCC4 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB186220196-
CMYK0.1500.110.14
HSL137.65º32.69%79.61%-
HSV(B)137.65º15.45%86.27%-
XYZ55.8165.6161.95-
YUV207.1121.74112.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.90%
GREEN value IS 220 (86.33% from 255) = 36.54%
BLUE value IS 196 (76.95% from 255) = 32.56%
R=30.90%
G=36.54%
B=32.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862201960.1500.110.14137.6532.6979.61
HexBADCC4F0BE8a2150
Octal272334304170131621241120
Binary1011101011011100110001001111010111110100010101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADCC4; }

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

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

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

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

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

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

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

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