Html Css Color HEX #BDF1A0 Madang

📋 copy color: '#BDF1A0'

red 189 ◦ green 241 ◦ blue 160

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

Shades of Madang #BDF1A0

Tints of Madang #BDF1A0

RGB

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

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

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

R = 32.03%
G = 40.85%
B = 27.12%

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

#BDF1A0 (or 0xBDF1A0) is known color: Madang. HEX triplet: BD, F1 and A0. RGB value is (189,241,160). Sum of RGB (Red+Green+Blue) = 189+241+160=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 241 (94.53% from 255 or 40.85% from 590); Blue value is 160 (62.89% from 255 or 27.12% from 590); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF1A0 is #420E5F. Grayscale: #D8D8D8. Windows color (decimal): -4329056 or 10547645. OLE color: 10547645.

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

Color convert

RGB 189 241 160 -
CMYK 0.22 0 0.34 0.05
HSL 98.52º 0.74% 0.79% -
HSV(B) 98.52º 0.34% 0.95% -
XYZ 58.79 76.27 44.88 -
YUV 216.22 96.27 108.59 -
System Red Green Blue C M Y K H S L
Decimal 189 241 160 0.22 0 0.34 0.05 98.52 0.74 0.79
Hex BD F1 A0 16 0 22 5 63 4A 4F
Octal 275 361 240 26 0 42 5 143 112 117
Binary 10111101 11110001 10100000 10110 0 100010 101 1100011 1001010 1001111

Color Harmonies of #BDF1A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF1A0

Black with #BDF1A0

Text Example


Text Example

White with #BDF1A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF1A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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