Html Css Color HEX #B8DDAD Madang

📋 copy color: '#B8DDAD'

red 184 ◦ green 221 ◦ blue 173

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

Shades of Madang #B8DDAD

Tints of Madang #B8DDAD

RGB

 RED value IS 184 (72.27% from 255) = 31.83%

 GREEN value IS 221 (86.72% from 255) = 38.24%

 BLUE value IS 173 (67.97% from 255) = 29.93%

R = 31.83%
G = 38.24%
B = 29.93%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#B8DDAD (or 0xB8DDAD) is known color: Madang. HEX triplet: B8, DD and AD. RGB value is (184,221,173). Sum of RGB (Red+Green+Blue) = 184+221+173=578 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.83% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 173 (67.97% from 255 or 29.93% from 578); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DDAD is #472252. Grayscale: #CCCCCC. Windows color (decimal): -4661843 or 11394488. OLE color: 11394488.

HSL color Cylindrical-coordinate representation of color #B8DDAD: hue angle of 106.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8DDAD is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 221 173 -
CMYK 0.17 0 0.22 0.13
HSL 106.25º 0.41% 0.77% -
HSV(B) 106.25º 0.22% 0.87% -
XYZ 53.17 64.92 49.26 -
YUV 204.47 110.24 113.4 -
System Red Green Blue C M Y K H S L
Decimal 184 221 173 0.17 0 0.22 0.13 106.25 0.41 0.77
Hex B8 DD AD 11 0 16 D 6A 29 4D
Octal 270 335 255 21 0 26 15 152 51 115
Binary 10111000 11011101 10101101 10001 0 10110 1101 1101010 101001 1001101

Color Harmonies of #B8DDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DDAD

Black with #B8DDAD

Text Example


Text Example

White with #B8DDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DDAD; }

 p { color: rgb(184,221,173); }

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

background-color css

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

 a { background-color: rgb(184,221,173); }

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

border-color css

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

 span { border-color: rgb(184,221,173); }

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