Html Css Color HEX #B2D8AB Madang

📋 copy color: '#B2D8AB'

red 178 ◦ green 216 ◦ blue 171

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

Shades of Madang #B2D8AB

Tints of Madang #B2D8AB

RGB

 RED value IS 178 (69.92% from 255) = 31.5%

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

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

R = 31.5%
G = 38.23%
B = 30.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#B2D8AB (or 0xB2D8AB) is known color: Madang. HEX triplet: B2, D8 and AB. RGB value is (178,216,171). Sum of RGB (Red+Green+Blue) = 178+216+171=565 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.50% from 565); Green value is 216 (84.77% from 255 or 38.23% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D8AB is #4D2754. Grayscale: #C7C7C7. Windows color (decimal): -5056341 or 11262130. OLE color: 11262130.

HSL color Cylindrical-coordinate representation of color #B2D8AB: hue angle of 110.67º 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 #B2D8AB is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 216 171 -
CMYK 0.18 0 0.21 0.15
HSL 110.67º 0.37% 0.76% -
HSV(B) 110.67º 0.21% 0.85% -
XYZ 50.27 61.52 47.75 -
YUV 199.51 111.91 112.66 -
System Red Green Blue C M Y K H S L
Decimal 178 216 171 0.18 0 0.21 0.15 110.67 0.37 0.76
Hex B2 D8 AB 12 0 15 F 6F 25 4C
Octal 262 330 253 22 0 25 17 157 45 114
Binary 10110010 11011000 10101011 10010 0 10101 1111 1101111 100101 1001100

Color Harmonies of #B2D8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D8AB

Black with #B2D8AB

Text Example


Text Example

White with #B2D8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D8AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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