Html Css Color HEX #BADDB3 Madang

📋 copy color: '#BADDB3'

red 186 ◦ green 221 ◦ blue 179

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

Shades of Madang #BADDB3

Tints of Madang #BADDB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 30.55%

R = 31.74%
G = 37.71%
B = 30.55%

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

#BADDB3 (or 0xBADDB3) is known color: Madang. HEX triplet: BA, DD and B3. RGB value is (186,221,179). Sum of RGB (Red+Green+Blue) = 186+221+179=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 179 (70.31% from 255 or 30.55% from 586); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDB3 is #45224C. Grayscale: #CDCDCD. Windows color (decimal): -4530765 or 11787706. OLE color: 11787706.

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

Color convert

RGB 186 221 179 -
CMYK 0.16 0 0.19 0.13
HSL 110º 0.38% 0.78% -
HSV(B) 110º 0.19% 0.87% -
XYZ 54.24 65.41 52.41 -
YUV 205.75 112.9 113.92 -
System Red Green Blue C M Y K H S L
Decimal 186 221 179 0.16 0 0.19 0.13 110 0.38 0.78
Hex BA DD B3 10 0 13 D 6E 26 4E
Octal 272 335 263 20 0 23 15 156 46 116
Binary 10111010 11011101 10110011 10000 0 10011 1101 1101110 100110 1001110

Color Harmonies of #BADDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADDB3

Black with #BADDB3

Text Example


Text Example

White with #BADDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADDB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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