Html Css Color HEX #B8DDB0 Madang

📋 copy color: '#B8DDB0'

red 184 ◦ green 221 ◦ blue 176

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

Shades of Madang #B8DDB0

Tints of Madang #B8DDB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 30.29%

R = 31.67%
G = 38.04%
B = 30.29%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#B8DDB0 (or 0xB8DDB0) is known color: Madang. HEX triplet: B8, DD and B0. RGB value is (184,221,176). Sum of RGB (Red+Green+Blue) = 184+221+176=581 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.67% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 176 (69.14% from 255 or 30.29% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DDB0 is #47224F. Grayscale: #CCCCCC. Windows color (decimal): -4661840 or 11591096. OLE color: 11591096.

HSL color Cylindrical-coordinate representation of color #B8DDB0: hue angle of 109.33º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B8DDB0 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 221 176 -
CMYK 0.17 0 0.20 0.13
HSL 109.33º 0.4% 0.78% -
HSV(B) 109.33º 0.2% 0.87% -
XYZ 53.46 65.04 50.81 -
YUV 204.81 111.74 113.16 -
System Red Green Blue C M Y K H S L
Decimal 184 221 176 0.17 0 0.20 0.13 109.33 0.4 0.78
Hex B8 DD B0 11 0 14 D 6D 28 4E
Octal 270 335 260 21 0 24 15 155 50 116
Binary 10111000 11011101 10110000 10001 0 10100 1101 1101101 101000 1001110

Color Harmonies of #B8DDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DDB0

Black with #B8DDB0

Text Example


Text Example

White with #B8DDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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