Html Css Color HEX #BDF2A0 Madang

📋 copy color: '#BDF2A0'

red 189 ◦ green 242 ◦ blue 160

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

Shades of Madang #BDF2A0

Tints of Madang #BDF2A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 27.07%

R = 31.98%
G = 40.95%
B = 27.07%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#BDF2A0 (or 0xBDF2A0) is known color: Madang. HEX triplet: BD, F2 and A0. RGB value is (189,242,160). Sum of RGB (Red+Green+Blue) = 189+242+160=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 242 (94.92% from 255 or 40.95% from 591); Blue value is 160 (62.89% from 255 or 27.07% from 591); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF2A0 is #420D5F. Grayscale: #D9D9D9. Windows color (decimal): -4328800 or 10547901. OLE color: 10547901.

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

Color convert

RGB 189 242 160 -
CMYK 0.22 0 0.34 0.05
HSL 98.78º 0.76% 0.79% -
HSV(B) 98.78º 0.34% 0.95% -
XYZ 59.08 76.86 44.98 -
YUV 216.81 95.94 108.17 -
System Red Green Blue C M Y K H S L
Decimal 189 242 160 0.22 0 0.34 0.05 98.78 0.76 0.79
Hex BD F2 A0 16 0 22 5 63 4C 4F
Octal 275 362 240 26 0 42 5 143 114 117
Binary 10111101 11110010 10100000 10110 0 100010 101 1100011 1001100 1001111

Color Harmonies of #BDF2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF2A0

Black with #BDF2A0

Text Example


Text Example

White with #BDF2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF2A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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