Html Css Color HEX #BADDB2 Madang

📋 copy color: '#BADDB2'

red 186 ◦ green 221 ◦ blue 178

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

Shades of Madang #BADDB2

Tints of Madang #BADDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 30.43%

R = 31.79%
G = 37.78%
B = 30.43%

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

#BADDB2 (or 0xBADDB2) is known color: Madang. HEX triplet: BA, DD and B2. RGB value is (186,221,178). Sum of RGB (Red+Green+Blue) = 186+221+178=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 178 (69.92% from 255 or 30.43% from 585); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADDB2 is #45224D. Grayscale: #CDCDCD. Windows color (decimal): -4530766 or 11722170. OLE color: 11722170.

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

Color convert

RGB 186 221 178 -
CMYK 0.16 0 0.19 0.13
HSL 108.84º 0.39% 0.78% -
HSV(B) 108.84º 0.19% 0.87% -
XYZ 54.14 65.37 51.88 -
YUV 205.63 112.4 114 -
System Red Green Blue C M Y K H S L
Decimal 186 221 178 0.16 0 0.19 0.13 108.84 0.39 0.78
Hex BA DD B2 10 0 13 D 6D 27 4E
Octal 272 335 262 20 0 23 15 155 47 116
Binary 10111010 11011101 10110010 10000 0 10011 1101 1101101 100111 1001110

Color Harmonies of #BADDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADDB2

Black with #BADDB2

Text Example


Text Example

White with #BADDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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