Html Css Color HEX #B0DDA8 Madang

📋 copy color: '#B0DDA8'

red 176 ◦ green 221 ◦ blue 168

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

Shades of Madang #B0DDA8

Tints of Madang #B0DDA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 29.73%

R = 31.15%
G = 39.12%
B = 29.73%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#B0DDA8 (or 0xB0DDA8) is known color: Madang. HEX triplet: B0, DD and A8. RGB value is (176,221,168). Sum of RGB (Red+Green+Blue) = 176+221+168=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 168 (66.02% from 255 or 29.73% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DDA8 is #4F2257. Grayscale: #C9C9C9. Windows color (decimal): -5186136 or 11066800. OLE color: 11066800.

HSL color Cylindrical-coordinate representation of color #B0DDA8: hue angle of 110.94º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0DDA8 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 221 168 -
CMYK 0.20 0 0.24 0.13
HSL 110.94º 0.44% 0.76% -
HSV(B) 110.94º 0.24% 0.87% -
XYZ 50.83 63.77 46.68 -
YUV 201.5 109.09 109.81 -
System Red Green Blue C M Y K H S L
Decimal 176 221 168 0.20 0 0.24 0.13 110.94 0.44 0.76
Hex B0 DD A8 14 0 18 D 6F 2C 4C
Octal 260 335 250 24 0 30 15 157 54 114
Binary 10110000 11011101 10101000 10100 0 11000 1101 1101111 101100 1001100

Color Harmonies of #B0DDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DDA8

Black with #B0DDA8

Text Example


Text Example

White with #B0DDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DDA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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