Html Css Color HEX #BADDC1 Edgewater

📋 copy color: '#BADDC1'

red 186 ◦ green 221 ◦ blue 193

#BADDC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Edgewater #BADDC1

Tints of Edgewater #BADDC1

RGB

 RED value IS 186 (73.05% from 255) = 31%

 GREEN value IS 221 (86.72% from 255) = 36.83%

 BLUE value IS 193 (75.78% from 255) = 32.17%

R = 31%
G = 36.83%
B = 32.17%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#BADDC1 (or 0xBADDC1) is known color: Edgewater. HEX triplet: BA, DD and C1. RGB value is (186,221,193). Sum of RGB (Red+Green+Blue) = 186+221+193=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 193 (75.78% from 255 or 32.17% from 600); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDC1 is #45223E. Grayscale: #CFCFCF. Windows color (decimal): -4530751 or 12705210. OLE color: 12705210.

HSL color Cylindrical-coordinate representation of color #BADDC1: hue angle of 132º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BADDC1 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 221 193 -
CMYK 0.16 0 0.13 0.13
HSL 132º 0.34% 0.8% -
HSV(B) 132º 0.16% 0.87% -
XYZ 55.73 66 60.25 -
YUV 207.34 119.9 112.78 -
System Red Green Blue C M Y K H S L
Decimal 186 221 193 0.16 0 0.13 0.13 132 0.34 0.8
Hex BA DD C1 10 0 D D 84 22 50
Octal 272 335 301 20 0 15 15 204 42 120
Binary 10111010 11011101 11000001 10000 0 1101 1101 10000100 100010 1010000

Color Harmonies of #BADDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADDC1

Black with #BADDC1

Text Example


Text Example

White with #BADDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADDC1; }

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

 H1.HeaderClassName
 {
   color: #BADDC1;
 }
 .AnyTagClassName
 {
   color: #BADDC1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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