Html Css Color HEX #BDF1A4 Madang

📋 copy color: '#BDF1A4'

red 189 ◦ green 241 ◦ blue 164

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

Shades of Madang #BDF1A4

Tints of Madang #BDF1A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 27.61%

R = 31.82%
G = 40.57%
B = 27.61%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#BDF1A4 (or 0xBDF1A4) is known color: Madang. HEX triplet: BD, F1 and A4. RGB value is (189,241,164). Sum of RGB (Red+Green+Blue) = 189+241+164=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 241 (94.53% from 255 or 40.57% from 594); Blue value is 164 (64.45% from 255 or 27.61% from 594); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF1A4 is #420E5B. Grayscale: #D8D8D8. Windows color (decimal): -4329052 or 10809789. OLE color: 10809789.

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

Color convert

RGB 189 241 164 -
CMYK 0.22 0 0.32 0.05
HSL 100.52º 0.73% 0.79% -
HSV(B) 100.52º 0.32% 0.95% -
XYZ 59.14 76.41 46.75 -
YUV 216.67 98.27 108.26 -
System Red Green Blue C M Y K H S L
Decimal 189 241 164 0.22 0 0.32 0.05 100.52 0.73 0.79
Hex BD F1 A4 16 0 20 5 65 49 4F
Octal 275 361 244 26 0 40 5 145 111 117
Binary 10111101 11110001 10100100 10110 0 100000 101 1100101 1001001 1001111

Color Harmonies of #BDF1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF1A4

Black with #BDF1A4

Text Example


Text Example

White with #BDF1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF1A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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