Html Css Color HEX #BDF2A1 Madang

📋 copy color: '#BDF2A1'

red 189 ◦ green 242 ◦ blue 161

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

Shades of Madang #BDF2A1

Tints of Madang #BDF2A1

RGB

 RED value IS 189 (74.22% from 255) = 31.93%

 GREEN value IS 242 (94.92% from 255) = 40.88%

 BLUE value IS 161 (63.28% from 255) = 27.2%

R = 31.93%
G = 40.88%
B = 27.2%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#BDF2A1 (or 0xBDF2A1) is known color: Madang. HEX triplet: BD, F2 and A1. RGB value is (189,242,161). Sum of RGB (Red+Green+Blue) = 189+242+161=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 242 (94.92% from 255 or 40.88% from 592); Blue value is 161 (63.28% from 255 or 27.20% from 592); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF2A1 is #420D5E. Grayscale: #D9D9D9. Windows color (decimal): -4328799 or 10613437. OLE color: 10613437.

HSL color Cylindrical-coordinate representation of color #BDF2A1: hue angle of 99.26º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDF2A1 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 242 161 -
CMYK 0.22 0 0.33 0.05
HSL 99.26º 0.76% 0.79% -
HSV(B) 99.26º 0.33% 0.95% -
XYZ 59.17 76.9 45.44 -
YUV 216.92 96.44 108.09 -
System Red Green Blue C M Y K H S L
Decimal 189 242 161 0.22 0 0.33 0.05 99.26 0.76 0.79
Hex BD F2 A1 16 0 21 5 63 4C 4F
Octal 275 362 241 26 0 41 5 143 114 117
Binary 10111101 11110010 10100001 10110 0 100001 101 1100011 1001100 1001111

Color Harmonies of #BDF2A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF2A1

Black with #BDF2A1

Text Example


Text Example

White with #BDF2A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF2A1; }

 p { color: rgb(189,242,161); }

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

background-color css

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

 a { background-color: rgb(189,242,161); }

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

border-color css

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

 span { border-color: rgb(189,242,161); }

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