#BADCC3

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

Shades of Edgewater #BADCC3

Tints of Edgewater #BADCC3

Color information

#BADCC3 (or 0xBADCC3) is unknown color: approx Edgewater. HEX triplet: BA, DC and C3. RGB value is (186,220,195). Sum of RGB (Red+Green+Blue) = 186+220+195=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 195 (76.56% from 255 or 32.45% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCC3 is #45233C. Grayscale: #CFCFCF. Windows color (decimal): -4531005 or 12836026. OLE color: 12836026.

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

Color convert

RGB186220195-
CMYK0.1500.110.14
HSL135.88º32.69%79.61%-
HSV(B)135.88º15.45%86.27%-
XYZ55.6965.5761.35-
YUV206.98121.24113.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.95%
GREEN value IS 220 (86.33% from 255) = 36.61%
BLUE value IS 195 (76.56% from 255) = 32.45%
R=30.95%
G=36.61%
B=32.45%

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
Decimal1862201950.1500.110.14135.8832.6979.61
HexBADCC3F0BE882150
Octal272334303170131621041120
Binary1011101011011100110000111111010111110100010001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADCC3; }

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

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

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

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

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

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

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

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