Html Css Color HEX #B4DDAC Madang

📋 copy color: '#B4DDAC'

red 180 ◦ green 221 ◦ blue 172

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

Shades of Madang #B4DDAC

Tints of Madang #B4DDAC

RGB

 RED value IS 180 (70.7% from 255) = 31.41%

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

 BLUE value IS 172 (67.58% from 255) = 30.02%

R = 31.41%
G = 38.57%
B = 30.02%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#B4DDAC (or 0xB4DDAC) is known color: Madang. HEX triplet: B4, DD and AC. RGB value is (180,221,172). Sum of RGB (Red+Green+Blue) = 180+221+172=573 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.41% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 221 - color contains mainly: green. Hex color #B4DDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DDAC is #4B2253. Grayscale: #CBCBCB. Windows color (decimal): -4923988 or 11328948. OLE color: 11328948.

HSL color Cylindrical-coordinate representation of color #B4DDAC: hue angle of 110.2º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4DDAC is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 221 172 -
CMYK 0.19 0 0.22 0.13
HSL 110.2º 0.42% 0.77% -
HSV(B) 110.2º 0.22% 0.87% -
XYZ 52.13 64.39 48.71 -
YUV 203.16 110.42 111.48 -
System Red Green Blue C M Y K H S L
Decimal 180 221 172 0.19 0 0.22 0.13 110.2 0.42 0.77
Hex B4 DD AC 13 0 16 D 6E 2A 4D
Octal 264 335 254 23 0 26 15 156 52 115
Binary 10110100 11011101 10101100 10011 0 10110 1101 1101110 101010 1001101

Color Harmonies of #B4DDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DDAC

Black with #B4DDAC

Text Example


Text Example

White with #B4DDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DDAC; }

 p { color: rgb(180,221,172); }

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

background-color css

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

 a { background-color: rgb(180,221,172); }

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

border-color css

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

 span { border-color: rgb(180,221,172); }

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