Html Css Color HEX #BADFC4 Edgewater

📋 copy color: '#BADFC4'

red 186 ◦ green 223 ◦ blue 196

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

Shades of Edgewater #BADFC4

Tints of Edgewater #BADFC4

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.86%

 BLUE value IS 196 (76.95% from 255) = 32.4%

R = 30.74%
G = 36.86%
B = 32.4%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#BADFC4 (or 0xBADFC4) is known color: Edgewater. HEX triplet: BA, DF and C4. RGB value is (186,223,196). Sum of RGB (Red+Green+Blue) = 186+223+196=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 196 (76.95% from 255 or 32.40% from 605); Max value from RGB is 223 - color contains mainly: green. Hex color #BADFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADFC4 is #45203B. Grayscale: #D0D0D0. Windows color (decimal): -4530236 or 12902330. OLE color: 12902330.

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

Color convert

RGB 186 223 196 -
CMYK 0.17 0 0.12 0.13
HSL 136.22º 0.37% 0.8% -
HSV(B) 136.22º 0.17% 0.87% -
XYZ 56.6 67.2 62.21 -
YUV 208.86 120.74 111.7 -
System Red Green Blue C M Y K H S L
Decimal 186 223 196 0.17 0 0.12 0.13 136.22 0.37 0.8
Hex BA DF C4 11 0 C D 88 25 50
Octal 272 337 304 21 0 14 15 210 45 120
Binary 10111010 11011111 11000100 10001 0 1100 1101 10001000 100101 1010000

Color Harmonies of #BADFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADFC4

Black with #BADFC4

Text Example


Text Example

White with #BADFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADFC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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