Html Css Color HEX #B7D0AC Madang

📋 copy color: '#B7D0AC'

red 183 ◦ green 208 ◦ blue 172

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

Shades of Madang #B7D0AC

Tints of Madang #B7D0AC

RGB

 RED value IS 183 (71.88% from 255) = 32.5%

 GREEN value IS 208 (81.64% from 255) = 36.94%

 BLUE value IS 172 (67.58% from 255) = 30.55%

R = 32.5%
G = 36.94%
B = 30.55%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#B7D0AC (or 0xB7D0AC) is known color: Madang. HEX triplet: B7, D0 and AC. RGB value is (183,208,172). Sum of RGB (Red+Green+Blue) = 183+208+172=563 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.50% from 563); Green value is 208 (81.64% from 255 or 36.94% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 208 - color contains mainly: green. Hex color #B7D0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D0AC is #482F53. Grayscale: #C4C4C4. Windows color (decimal): -4730708 or 11325623. OLE color: 11325623.

HSL color Cylindrical-coordinate representation of color #B7D0AC: hue angle of 101.67º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7D0AC is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 183 208 172 -
CMYK 0.12 0 0.17 0.18
HSL 101.67º 0.28% 0.75% -
HSV(B) 101.67º 0.17% 0.82% -
XYZ 49.53 58.16 47.64 -
YUV 196.42 114.22 118.43 -
System Red Green Blue C M Y K H S L
Decimal 183 208 172 0.12 0 0.17 0.18 101.67 0.28 0.75
Hex B7 D0 AC C 0 11 12 66 1C 4B
Octal 267 320 254 14 0 21 22 146 34 113
Binary 10110111 11010000 10101100 1100 0 10001 10010 1100110 11100 1001011

Color Harmonies of #B7D0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D0AC

Black with #B7D0AC

Text Example


Text Example

White with #B7D0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D0AC; }

 p { color: rgb(183,208,172); }

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

background-color css

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

 a { background-color: rgb(183,208,172); }

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

border-color css

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

 span { border-color: rgb(183,208,172); }

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