Html Css Color HEX #B0D1A6 Madang

📋 copy color: '#B0D1A6'

red 176 ◦ green 209 ◦ blue 166

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

Shades of Madang #B0D1A6

Tints of Madang #B0D1A6

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.93%

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

R = 31.94%
G = 37.93%
B = 30.13%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#B0D1A6 (or 0xB0D1A6) is known color: Madang. HEX triplet: B0, D1 and A6. RGB value is (176,209,166). Sum of RGB (Red+Green+Blue) = 176+209+166=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 209 (82.03% from 255 or 37.93% from 551); Blue value is 166 (65.23% from 255 or 30.13% from 551); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D1A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D1A6 is #4F2E59. Grayscale: #C2C2C2. Windows color (decimal): -5189210 or 10932656. OLE color: 10932656.

HSL color Cylindrical-coordinate representation of color #B0D1A6: hue angle of 106.05º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0D1A6 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 209 166 -
CMYK 0.16 0 0.21 0.18
HSL 106.05º 0.32% 0.74% -
HSV(B) 106.05º 0.21% 0.82% -
XYZ 47.59 57.58 44.68 -
YUV 194.23 112.07 115 -
System Red Green Blue C M Y K H S L
Decimal 176 209 166 0.16 0 0.21 0.18 106.05 0.32 0.74
Hex B0 D1 A6 10 0 15 12 6A 20 4A
Octal 260 321 246 20 0 25 22 152 40 112
Binary 10110000 11010001 10100110 10000 0 10101 10010 1101010 100000 1001010

Color Harmonies of #B0D1A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D1A6

Black with #B0D1A6

Text Example


Text Example

White with #B0D1A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D1A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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