Html Css Color HEX #BDF2A3 Madang

📋 copy color: '#BDF2A3'

red 189 ◦ green 242 ◦ blue 163

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

Shades of Madang #BDF2A3

Tints of Madang #BDF2A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 27.44%

R = 31.82%
G = 40.74%
B = 27.44%

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

#BDF2A3 (or 0xBDF2A3) is known color: Madang. HEX triplet: BD, F2 and A3. RGB value is (189,242,163). Sum of RGB (Red+Green+Blue) = 189+242+163=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 242 (94.92% from 255 or 40.74% from 594); Blue value is 163 (64.06% from 255 or 27.44% from 594); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2A3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF2A3 is #420D5C. Grayscale: #D9D9D9. Windows color (decimal): -4328797 or 10744509. OLE color: 10744509.

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

Color convert

RGB 189 242 163 -
CMYK 0.22 0 0.33 0.05
HSL 100.25º 0.75% 0.79% -
HSV(B) 100.25º 0.33% 0.95% -
XYZ 59.35 76.97 46.38 -
YUV 217.15 97.44 107.92 -
System Red Green Blue C M Y K H S L
Decimal 189 242 163 0.22 0 0.33 0.05 100.25 0.75 0.79
Hex BD F2 A3 16 0 21 5 64 4B 4F
Octal 275 362 243 26 0 41 5 144 113 117
Binary 10111101 11110010 10100011 10110 0 100001 101 1100100 1001011 1001111

Color Harmonies of #BDF2A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF2A3

Black with #BDF2A3

Text Example


Text Example

White with #BDF2A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF2A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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