#B8DFAA

Color #B8DFAA Madang (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madang #B8DFAA

Tints of Madang #B8DFAA

Color information

#B8DFAA (or 0xB8DFAA) is unknown color: approx Madang. HEX triplet: B8, DF and AA. RGB value is (184,223,170). Sum of RGB (Red+Green+Blue) = 184+223+170=577 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.89% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 170 (66.80% from 255 or 29.46% from 577); Max value from RGB is 223 - color contains mainly: green. Hex color #B8DFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DFAA is #472055. Grayscale: #CDCDCD. Windows color (decimal): -4661334 or 11198392. OLE color: 11198392.

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

Color convert

RGB184223170-
CMYK0.1700.240.13
HSL104.15º45.3%77.06%-
HSV(B)104.15º23.77%87.45%-
XYZ53.4165.8747.93-
YUV205.3108.08112.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.89%
GREEN value IS 223 (87.5% from 255) = 38.65%
BLUE value IS 170 (66.80% from 255) = 29.46%
R=31.89%
G=38.65%
B=29.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1842231700.1700.240.13104.1545.377.06
HexB8DFAA11018D682d4d
Octal270337252210301515055115
Binary10111000110111111010101010001011000110111010001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DFAA; }

 p { color: rgb(184,223,170); }

 H1.HeaderClassName
 {
   color: #B8DFAA;
 }
 .AnyTagClassName
 {
   color: #B8DFAA;
 }
</style>
background-color css

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

 a { background-color: rgb(184,223,170); }

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

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

 span { border-color: rgb(184,223,170); }

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