Html Css Color HEX #BADDB1 Madang

📋 copy color: '#BADDB1'

red 186 ◦ green 221 ◦ blue 177

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

Shades of Madang #BADDB1

Tints of Madang #BADDB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 30.31%

R = 31.85%
G = 37.84%
B = 30.31%

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

#BADDB1 (or 0xBADDB1) is known color: Madang. HEX triplet: BA, DD and B1. RGB value is (186,221,177). Sum of RGB (Red+Green+Blue) = 186+221+177=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 177 (69.53% from 255 or 30.31% from 584); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADDB1 is #45224E. Grayscale: #CDCDCD. Windows color (decimal): -4530767 or 11656634. OLE color: 11656634.

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

Color convert

RGB 186 221 177 -
CMYK 0.16 0 0.20 0.13
HSL 107.73º 0.39% 0.78% -
HSV(B) 107.73º 0.2% 0.87% -
XYZ 54.04 65.33 51.36 -
YUV 205.52 111.9 114.08 -
System Red Green Blue C M Y K H S L
Decimal 186 221 177 0.16 0 0.20 0.13 107.73 0.39 0.78
Hex BA DD B1 10 0 14 D 6C 27 4E
Octal 272 335 261 20 0 24 15 154 47 116
Binary 10111010 11011101 10110001 10000 0 10100 1101 1101100 100111 1001110

Color Harmonies of #BADDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADDB1

Black with #BADDB1

Text Example


Text Example

White with #BADDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADDB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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