Html Css Color HEX #BADEB0 Madang

📋 copy color: '#BADEB0'

red 186 ◦ green 222 ◦ blue 176

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

Shades of Madang #BADEB0

Tints of Madang #BADEB0

RGB

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

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

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

R = 31.85%
G = 38.01%
B = 30.14%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#BADEB0 (or 0xBADEB0) is known color: Madang. HEX triplet: BA, DE and B0. RGB value is (186,222,176). Sum of RGB (Red+Green+Blue) = 186+222+176=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 176 (69.14% from 255 or 30.14% from 584); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADEB0 is #45214F. Grayscale: #CECECE. Windows color (decimal): -4530512 or 11591354. OLE color: 11591354.

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

Color convert

RGB 186 222 176 -
CMYK 0.16 0 0.21 0.13
HSL 106.96º 0.41% 0.78% -
HSV(B) 106.96º 0.21% 0.87% -
XYZ 54.21 65.82 50.92 -
YUV 205.99 111.07 113.74 -
System Red Green Blue C M Y K H S L
Decimal 186 222 176 0.16 0 0.21 0.13 106.96 0.41 0.78
Hex BA DE B0 10 0 15 D 6B 29 4E
Octal 272 336 260 20 0 25 15 153 51 116
Binary 10111010 11011110 10110000 10000 0 10101 1101 1101011 101001 1001110

Color Harmonies of #BADEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADEB0

Black with #BADEB0

Text Example


Text Example

White with #BADEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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