Html Css Color HEX #B4D6AB Madang

📋 copy color: '#B4D6AB'

red 180 ◦ green 214 ◦ blue 171

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

Shades of Madang #B4D6AB

Tints of Madang #B4D6AB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.88%

 BLUE value IS 171 (67.19% from 255) = 30.27%

R = 31.86%
G = 37.88%
B = 30.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#B4D6AB (or 0xB4D6AB) is known color: Madang. HEX triplet: B4, D6 and AB. RGB value is (180,214,171). Sum of RGB (Red+Green+Blue) = 180+214+171=565 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.86% from 565); Green value is 214 (83.98% from 255 or 37.88% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D6AB is #4B2954. Grayscale: #C7C7C7. Windows color (decimal): -4925781 or 11261620. OLE color: 11261620.

HSL color Cylindrical-coordinate representation of color #B4D6AB: hue angle of 107.44º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4D6AB is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 214 171 -
CMYK 0.16 0 0.20 0.16
HSL 107.44º 0.34% 0.75% -
HSV(B) 107.44º 0.2% 0.84% -
XYZ 50.22 60.74 47.6 -
YUV 198.93 112.24 114.5 -
System Red Green Blue C M Y K H S L
Decimal 180 214 171 0.16 0 0.20 0.16 107.44 0.34 0.75
Hex B4 D6 AB 10 0 14 10 6B 22 4B
Octal 264 326 253 20 0 24 20 153 42 113
Binary 10110100 11010110 10101011 10000 0 10100 10000 1101011 100010 1001011

Color Harmonies of #B4D6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D6AB

Black with #B4D6AB

Text Example


Text Example

White with #B4D6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D6AB; }

 p { color: rgb(180,214,171); }

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

background-color css

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

 a { background-color: rgb(180,214,171); }

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

border-color css

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

 span { border-color: rgb(180,214,171); }

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