Html Css Color HEX #BDEFA4 Madang

📋 copy color: '#BDEFA4'

red 189 ◦ green 239 ◦ blue 164

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

Shades of Madang #BDEFA4

Tints of Madang #BDEFA4

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.37%

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

R = 31.93%
G = 40.37%
B = 27.7%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#BDEFA4 (or 0xBDEFA4) is known color: Madang. HEX triplet: BD, EF and A4. RGB value is (189,239,164). Sum of RGB (Red+Green+Blue) = 189+239+164=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 239 (93.75% from 255 or 40.37% from 592); Blue value is 164 (64.45% from 255 or 27.70% from 592); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEFA4 is #42105B. Grayscale: #D7D7D7. Windows color (decimal): -4329564 or 10809277. OLE color: 10809277.

HSL color Cylindrical-coordinate representation of color #BDEFA4: hue angle of 100º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDEFA4 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 239 164 -
CMYK 0.21 0 0.31 0.06
HSL 100º 0.7% 0.79% -
HSV(B) 100º 0.31% 0.94% -
XYZ 58.55 75.23 46.56 -
YUV 215.5 98.94 109.1 -
System Red Green Blue C M Y K H S L
Decimal 189 239 164 0.21 0 0.31 0.06 100 0.7 0.79
Hex BD EF A4 15 0 1F 6 64 46 4F
Octal 275 357 244 25 0 37 6 144 106 117
Binary 10111101 11101111 10100100 10101 0 11111 110 1100100 1000110 1001111

Color Harmonies of #BDEFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEFA4

Black with #BDEFA4

Text Example


Text Example

White with #BDEFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEFA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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