Html Css Color HEX #B1D8AA Madang

📋 copy color: '#B1D8AA'

red 177 ◦ green 216 ◦ blue 170

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

Shades of Madang #B1D8AA

Tints of Madang #B1D8AA

RGB

 RED value IS 177 (69.53% from 255) = 31.44%

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

 BLUE value IS 170 (66.8% from 255) = 30.2%

R = 31.44%
G = 38.37%
B = 30.2%

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

#B1D8AA (or 0xB1D8AA) is known color: Madang. HEX triplet: B1, D8 and AA. RGB value is (177,216,170). Sum of RGB (Red+Green+Blue) = 177+216+170=563 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.44% from 563); Green value is 216 (84.77% from 255 or 38.37% from 563); Blue value is 170 (66.80% from 255 or 30.20% from 563); Max value from RGB is 216 - color contains mainly: green. Hex color #B1D8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D8AA is #4E2755. Grayscale: #C7C7C7. Windows color (decimal): -5121878 or 11196593. OLE color: 11196593.

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

Color convert

RGB 177 216 170 -
CMYK 0.18 0 0.21 0.15
HSL 110.87º 0.37% 0.76% -
HSV(B) 110.87º 0.21% 0.85% -
XYZ 49.94 61.36 47.24 -
YUV 199.1 111.58 112.24 -
System Red Green Blue C M Y K H S L
Decimal 177 216 170 0.18 0 0.21 0.15 110.87 0.37 0.76
Hex B1 D8 AA 12 0 15 F 6F 25 4C
Octal 261 330 252 22 0 25 17 157 45 114
Binary 10110001 11011000 10101010 10010 0 10101 1111 1101111 100101 1001100

Color Harmonies of #B1D8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D8AA

Black with #B1D8AA

Text Example


Text Example

White with #B1D8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D8AA; }

 p { color: rgb(177,216,170); }

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

background-color css

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

 a { background-color: rgb(177,216,170); }

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

border-color css

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

 span { border-color: rgb(177,216,170); }

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