Html Css Color HEX #BADDB4 Madang

📋 copy color: '#BADDB4'

red 186 ◦ green 221 ◦ blue 180

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

Shades of Madang #BADDB4

Tints of Madang #BADDB4

RGB

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

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

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

R = 31.69%
G = 37.65%
B = 30.66%

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

#BADDB4 (or 0xBADDB4) is known color: Madang. HEX triplet: BA, DD and B4. RGB value is (186,221,180). Sum of RGB (Red+Green+Blue) = 186+221+180=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 180 (70.70% from 255 or 30.66% from 587); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDB4 is #45224B. Grayscale: #CDCDCD. Windows color (decimal): -4530764 or 11853242. OLE color: 11853242.

HSL color Cylindrical-coordinate representation of color #BADDB4: hue angle of 111.22º degrees, saturation: 0.38, 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 #BADDB4 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 221 180 -
CMYK 0.16 0 0.19 0.13
HSL 111.22º 0.38% 0.79% -
HSV(B) 111.22º 0.19% 0.87% -
XYZ 54.34 65.45 52.95 -
YUV 205.86 113.4 113.83 -
System Red Green Blue C M Y K H S L
Decimal 186 221 180 0.16 0 0.19 0.13 111.22 0.38 0.79
Hex BA DD B4 10 0 13 D 6F 26 4F
Octal 272 335 264 20 0 23 15 157 46 117
Binary 10111010 11011101 10110100 10000 0 10011 1101 1101111 100110 1001111

Color Harmonies of #BADDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADDB4

Black with #BADDB4

Text Example


Text Example

White with #BADDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADDB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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