Html Css Color HEX #BADEB4 Madang

📋 copy color: '#BADEB4'

red 186 ◦ green 222 ◦ blue 180

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

Shades of Madang #BADEB4

Tints of Madang #BADEB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 30.61%

R = 31.63%
G = 37.76%
B = 30.61%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#BADEB4 (or 0xBADEB4) is known color: Madang. HEX triplet: BA, DE and B4. RGB value is (186,222,180). Sum of RGB (Red+Green+Blue) = 186+222+180=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 180 (70.70% from 255 or 30.61% from 588); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADEB4 is #45214B. Grayscale: #CECECE. Windows color (decimal): -4530508 or 11853498. OLE color: 11853498.

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

Color convert

RGB 186 222 180 -
CMYK 0.16 0 0.19 0.13
HSL 111.43º 0.39% 0.79% -
HSV(B) 111.43º 0.19% 0.87% -
XYZ 54.61 65.98 53.04 -
YUV 206.45 113.07 113.42 -
System Red Green Blue C M Y K H S L
Decimal 186 222 180 0.16 0 0.19 0.13 111.43 0.39 0.79
Hex BA DE B4 10 0 13 D 6F 27 4F
Octal 272 336 264 20 0 23 15 157 47 117
Binary 10111010 11011110 10110100 10000 0 10011 1101 1101111 100111 1001111

Color Harmonies of #BADEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADEB4

Black with #BADEB4

Text Example


Text Example

White with #BADEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADEB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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