Html Css Color HEX #B4D8AB Madang

📋 copy color: '#B4D8AB'

red 180 ◦ green 216 ◦ blue 171

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

Shades of Madang #B4D8AB

Tints of Madang #B4D8AB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.1%

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

R = 31.75%
G = 38.1%
B = 30.16%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#B4D8AB (or 0xB4D8AB) is known color: Madang. HEX triplet: B4, D8 and AB. RGB value is (180,216,171). Sum of RGB (Red+Green+Blue) = 180+216+171=567 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.75% from 567); Green value is 216 (84.77% from 255 or 38.10% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 216 - color contains mainly: green. Hex color #B4D8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D8AB is #4B2754. Grayscale: #C8C8C8. Windows color (decimal): -4925269 or 11262132. OLE color: 11262132.

HSL color Cylindrical-coordinate representation of color #B4D8AB: hue angle of 108º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4D8AB is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 216 171 -
CMYK 0.17 0 0.21 0.15
HSL 108º 0.37% 0.76% -
HSV(B) 108º 0.21% 0.85% -
XYZ 50.73 61.76 47.77 -
YUV 200.11 111.57 113.66 -
System Red Green Blue C M Y K H S L
Decimal 180 216 171 0.17 0 0.21 0.15 108 0.37 0.76
Hex B4 D8 AB 11 0 15 F 6C 25 4C
Octal 264 330 253 21 0 25 17 154 45 114
Binary 10110100 11011000 10101011 10001 0 10101 1111 1101100 100101 1001100

Color Harmonies of #B4D8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D8AB

Black with #B4D8AB

Text Example


Text Example

White with #B4D8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D8AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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