Html Css Color HEX #BADDB0 Madang

📋 copy color: '#BADDB0'

red 186 ◦ green 221 ◦ blue 176

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

Shades of Madang #BADDB0

Tints of Madang #BADDB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 30.19%

R = 31.9%
G = 37.91%
B = 30.19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#BADDB0 (or 0xBADDB0) is known color: Madang. HEX triplet: BA, DD and B0. RGB value is (186,221,176). Sum of RGB (Red+Green+Blue) = 186+221+176=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 176 (69.14% from 255 or 30.19% from 583); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADDB0 is #45224F. Grayscale: #CDCDCD. Windows color (decimal): -4530768 or 11591098. OLE color: 11591098.

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

Color convert

RGB 186 221 176 -
CMYK 0.16 0 0.20 0.13
HSL 106.67º 0.4% 0.78% -
HSV(B) 106.67º 0.2% 0.87% -
XYZ 53.94 65.29 50.83 -
YUV 205.41 111.4 114.16 -
System Red Green Blue C M Y K H S L
Decimal 186 221 176 0.16 0 0.20 0.13 106.67 0.4 0.78
Hex BA DD B0 10 0 14 D 6B 28 4E
Octal 272 335 260 20 0 24 15 153 50 116
Binary 10111010 11011101 10110000 10000 0 10100 1101 1101011 101000 1001110

Color Harmonies of #BADDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADDB0

Black with #BADDB0

Text Example


Text Example

White with #BADDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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