Html Css Color HEX #BADFB2 Madang

📋 copy color: '#BADFB2'

red 186 ◦ green 223 ◦ blue 178

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

Shades of Madang #BADFB2

Tints of Madang #BADFB2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.99%

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

R = 31.69%
G = 37.99%
B = 30.32%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#BADFB2 (or 0xBADFB2) is known color: Madang. HEX triplet: BA, DF and B2. RGB value is (186,223,178). Sum of RGB (Red+Green+Blue) = 186+223+178=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 178 (69.92% from 255 or 30.32% from 587); Max value from RGB is 223 - color contains mainly: green. Hex color #BADFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADFB2 is #45204D. Grayscale: #CECECE. Windows color (decimal): -4530254 or 11722682. OLE color: 11722682.

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

Color convert

RGB 186 223 178 -
CMYK 0.17 0 0.20 0.13
HSL 109.33º 0.41% 0.79% -
HSV(B) 109.33º 0.2% 0.87% -
XYZ 54.67 66.43 52.06 -
YUV 206.81 111.74 113.16 -
System Red Green Blue C M Y K H S L
Decimal 186 223 178 0.17 0 0.20 0.13 109.33 0.41 0.79
Hex BA DF B2 11 0 14 D 6D 29 4F
Octal 272 337 262 21 0 24 15 155 51 117
Binary 10111010 11011111 10110010 10001 0 10100 1101 1101101 101001 1001111

Color Harmonies of #BADFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADFB2

Black with #BADFB2

Text Example


Text Example

White with #BADFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADFB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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