Html Css Color HEX #BADEAF Madang

📋 copy color: '#BADEAF'

red 186 ◦ green 222 ◦ blue 175

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

Shades of Madang #BADEAF

Tints of Madang #BADEAF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.08%

 BLUE value IS 175 (68.75% from 255) = 30.02%

R = 31.9%
G = 38.08%
B = 30.02%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#BADEAF (or 0xBADEAF) is known color: Madang. HEX triplet: BA, DE and AF. RGB value is (186,222,175). Sum of RGB (Red+Green+Blue) = 186+222+175=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADEAF is #452150. Grayscale: #CECECE. Windows color (decimal): -4530513 or 11525818. OLE color: 11525818.

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

Color convert

RGB 186 222 175 -
CMYK 0.16 0 0.21 0.13
HSL 105.96º 0.42% 0.78% -
HSV(B) 105.96º 0.21% 0.87% -
XYZ 54.11 65.78 50.4 -
YUV 205.88 110.57 113.82 -
System Red Green Blue C M Y K H S L
Decimal 186 222 175 0.16 0 0.21 0.13 105.96 0.42 0.78
Hex BA DE AF 10 0 15 D 6A 2A 4E
Octal 272 336 257 20 0 25 15 152 52 116
Binary 10111010 11011110 10101111 10000 0 10101 1101 1101010 101010 1001110

Color Harmonies of #BADEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADEAF

Black with #BADEAF

Text Example


Text Example

White with #BADEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADEAF; }

 p { color: rgb(186,222,175); }

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

background-color css

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

 a { background-color: rgb(186,222,175); }

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

border-color css

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

 span { border-color: rgb(186,222,175); }

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