Html Css Color HEX #BDF1A2 Madang

📋 copy color: '#BDF1A2'

red 189 ◦ green 241 ◦ blue 162

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

Shades of Madang #BDF1A2

Tints of Madang #BDF1A2

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.71%

 BLUE value IS 162 (63.67% from 255) = 27.36%

R = 31.93%
G = 40.71%
B = 27.36%

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

#BDF1A2 (or 0xBDF1A2) is known color: Madang. HEX triplet: BD, F1 and A2. RGB value is (189,241,162). Sum of RGB (Red+Green+Blue) = 189+241+162=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 241 (94.53% from 255 or 40.71% from 592); Blue value is 162 (63.67% from 255 or 27.36% from 592); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF1A2 is #420E5D. Grayscale: #D8D8D8. Windows color (decimal): -4329054 or 10678717. OLE color: 10678717.

HSL color Cylindrical-coordinate representation of color #BDF1A2: hue angle of 99.49º degrees, saturation: 0.74, 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 #BDF1A2 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 241 162 -
CMYK 0.22 0 0.33 0.05
HSL 99.49º 0.74% 0.79% -
HSV(B) 99.49º 0.33% 0.95% -
XYZ 58.96 76.34 45.81 -
YUV 216.45 97.27 108.42 -
System Red Green Blue C M Y K H S L
Decimal 189 241 162 0.22 0 0.33 0.05 99.49 0.74 0.79
Hex BD F1 A2 16 0 21 5 63 4A 4F
Octal 275 361 242 26 0 41 5 143 112 117
Binary 10111101 11110001 10100010 10110 0 100001 101 1100011 1001010 1001111

Color Harmonies of #BDF1A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF1A2

Black with #BDF1A2

Text Example


Text Example

White with #BDF1A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF1A2; }

 p { color: rgb(189,241,162); }

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

background-color css

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

 a { background-color: rgb(189,241,162); }

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

border-color css

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

 span { border-color: rgb(189,241,162); }

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