Html Css Color HEX #B2DCA8 Madang

📋 copy color: '#B2DCA8'

red 178 ◦ green 220 ◦ blue 168

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

Shades of Madang #B2DCA8

Tints of Madang #B2DCA8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.87%

 BLUE value IS 168 (66.02% from 255) = 29.68%

R = 31.45%
G = 38.87%
B = 29.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#B2DCA8 (or 0xB2DCA8) is known color: Madang. HEX triplet: B2, DC and A8. RGB value is (178,220,168). Sum of RGB (Red+Green+Blue) = 178+220+168=566 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.45% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 168 (66.02% from 255 or 29.68% from 566); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DCA8 is #4D2357. Grayscale: #C9C9C9. Windows color (decimal): -5055320 or 11066546. OLE color: 11066546.

HSL color Cylindrical-coordinate representation of color #B2DCA8: hue angle of 108.46º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2DCA8 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 220 168 -
CMYK 0.19 0 0.24 0.14
HSL 108.46º 0.43% 0.76% -
HSV(B) 108.46º 0.24% 0.86% -
XYZ 51.02 63.48 46.61 -
YUV 201.51 109.09 111.23 -
System Red Green Blue C M Y K H S L
Decimal 178 220 168 0.19 0 0.24 0.14 108.46 0.43 0.76
Hex B2 DC A8 13 0 18 E 6C 2B 4C
Octal 262 334 250 23 0 30 16 154 53 114
Binary 10110010 11011100 10101000 10011 0 11000 1110 1101100 101011 1001100

Color Harmonies of #B2DCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DCA8

Black with #B2DCA8

Text Example


Text Example

White with #B2DCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DCA8; }

 p { color: rgb(178,220,168); }

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

background-color css

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

 a { background-color: rgb(178,220,168); }

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

border-color css

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

 span { border-color: rgb(178,220,168); }

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