Html Css Color HEX #B1DCA6 Madang

📋 copy color: '#B1DCA6'

red 177 ◦ green 220 ◦ blue 166

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

Shades of Madang #B1DCA6

Tints of Madang #B1DCA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 29.48%

R = 31.44%
G = 39.08%
B = 29.48%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#B1DCA6 (or 0xB1DCA6) is known color: Madang. HEX triplet: B1, DC and A6. RGB value is (177,220,166). Sum of RGB (Red+Green+Blue) = 177+220+166=563 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.44% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 166 (65.23% from 255 or 29.48% from 563); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DCA6 is #4E2359. Grayscale: #C9C9C9. Windows color (decimal): -5120858 or 10935473. OLE color: 10935473.

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

Color convert

RGB 177 220 166 -
CMYK 0.20 0 0.25 0.14
HSL 107.78º 0.44% 0.76% -
HSV(B) 107.78º 0.25% 0.86% -
XYZ 50.61 63.29 45.62 -
YUV 200.99 108.25 110.89 -
System Red Green Blue C M Y K H S L
Decimal 177 220 166 0.20 0 0.25 0.14 107.78 0.44 0.76
Hex B1 DC A6 14 0 19 E 6C 2C 4C
Octal 261 334 246 24 0 31 16 154 54 114
Binary 10110001 11011100 10100110 10100 0 11001 1110 1101100 101100 1001100

Color Harmonies of #B1DCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DCA6

Black with #B1DCA6

Text Example


Text Example

White with #B1DCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DCA6; }

 p { color: rgb(177,220,166); }

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

background-color css

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

 a { background-color: rgb(177,220,166); }

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

border-color css

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

 span { border-color: rgb(177,220,166); }

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