#BADCC1

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

Shades of Edgewater #BADCC1

Tints of Edgewater #BADCC1

Color information

#BADCC1 (or 0xBADCC1) is unknown color: approx Edgewater. HEX triplet: BA, DC and C1. RGB value is (186,220,193). Sum of RGB (Red+Green+Blue) = 186+220+193=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 193 (75.78% from 255 or 32.22% from 599); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCC1 is #45233E. Grayscale: #CECECE. Windows color (decimal): -4531007 or 12704954. OLE color: 12704954.

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

Color convert

RGB186220193-
CMYK0.1500.120.14
HSL132.35º32.69%79.61%-
HSV(B)132.35º15.45%86.27%-
XYZ55.4765.4860.17-
YUV206.76120.24113.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.05%
GREEN value IS 220 (86.33% from 255) = 36.73%
BLUE value IS 193 (75.78% from 255) = 32.22%
R=31.05%
G=36.73%
B=32.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862201930.1500.120.14132.3532.6979.61
HexBADCC1F0CE842150
Octal272334301170141620441120
Binary1011101011011100110000011111011001110100001001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADCC1; }

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

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

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

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

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

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

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

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