Html Css Color HEX #BDDDA4 Madang

📋 copy color: '#BDDDA4'

red 189 ◦ green 221 ◦ blue 164

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

Shades of Madang #BDDDA4

Tints of Madang #BDDDA4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.5%

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

R = 32.93%
G = 38.5%
B = 28.57%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#BDDDA4 (or 0xBDDDA4) is known color: Madang. HEX triplet: BD, DD and A4. RGB value is (189,221,164). Sum of RGB (Red+Green+Blue) = 189+221+164=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 164 (64.45% from 255 or 28.57% from 574); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDDA4 is #42225B. Grayscale: #CDCDCD. Windows color (decimal): -4334172 or 10804669. OLE color: 10804669.

HSL color Cylindrical-coordinate representation of color #BDDDA4: hue angle of 93.68º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDDDA4 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 221 164 -
CMYK 0.14 0 0.26 0.13
HSL 93.68º 0.46% 0.75% -
HSV(B) 93.68º 0.26% 0.87% -
XYZ 53.54 65.21 44.89 -
YUV 204.93 104.9 116.63 -
System Red Green Blue C M Y K H S L
Decimal 189 221 164 0.14 0 0.26 0.13 93.68 0.46 0.75
Hex BD DD A4 E 0 1A D 5E 2E 4B
Octal 275 335 244 16 0 32 15 136 56 113
Binary 10111101 11011101 10100100 1110 0 11010 1101 1011110 101110 1001011

Color Harmonies of #BDDDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDDA4

Black with #BDDDA4

Text Example


Text Example

White with #BDDDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDDA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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