Html Css Color HEX #B0DCA6 Madang

📋 copy color: '#B0DCA6'

red 176 ◦ green 220 ◦ blue 166

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

Shades of Madang #B0DCA6

Tints of Madang #B0DCA6

RGB

 RED value IS 176 (69.14% from 255) = 31.32%

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

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

R = 31.32%
G = 39.15%
B = 29.54%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#B0DCA6 (or 0xB0DCA6) is known color: Madang. HEX triplet: B0, DC and A6. RGB value is (176,220,166). Sum of RGB (Red+Green+Blue) = 176+220+166=562 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.32% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 166 (65.23% from 255 or 29.54% from 562); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DCA6 is #4F2359. Grayscale: #C8C8C8. Windows color (decimal): -5186394 or 10935472. OLE color: 10935472.

HSL color Cylindrical-coordinate representation of color #B0DCA6: hue angle of 108.89º 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 #B0DCA6 is Cyan = 0.2, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 220 166 -
CMYK 0.2 0 0.25 0.14
HSL 108.89º 0.44% 0.76% -
HSV(B) 108.89º 0.25% 0.86% -
XYZ 50.38 63.17 45.61 -
YUV 200.69 108.42 110.39 -
System Red Green Blue C M Y K H S L
Decimal 176 220 166 0.2 0 0.25 0.14 108.89 0.44 0.76
Hex B0 DC A6 14 0 19 E 6D 2C 4C
Octal 260 334 246 24 0 31 16 155 54 114
Binary 10110000 11011100 10100110 10100 0 11001 1110 1101101 101100 1001100

Color Harmonies of #B0DCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DCA6

Black with #B0DCA6

Text Example


Text Example

White with #B0DCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DCA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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