#BBDEAC

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

Shades of Madang #BBDEAC

Tints of Madang #BBDEAC

Color information

#BBDEAC (or 0xBBDEAC) is unknown color: approx Madang. HEX triplet: BB, DE and AC. RGB value is (187,222,172). Sum of RGB (Red+Green+Blue) = 187+222+172=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 172 (67.58% from 255 or 29.60% from 581); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDEAC is #442153. Grayscale: #CECECE. Windows color (decimal): -4464980 or 11329211. OLE color: 11329211.

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

Color convert

RGB187222172-
CMYK0.1600.230.13
HSL102º43.1%77.25%-
HSV(B)102º22.52%87.06%-
XYZ54.0665.7948.88-
YUV205.83108.9114.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.19%
GREEN value IS 222 (87.11% from 255) = 38.21%
BLUE value IS 172 (67.58% from 255) = 29.60%
R=32.19%
G=38.21%
B=29.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872221720.1600.230.1310243.177.25
HexBBDEAC10017D662b4d
Octal273336254200271514653115
Binary10111011110111101010110010000010111110111001101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDEAC; }

 p { color: rgb(187,222,172); }

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

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

 a { background-color: rgb(187,222,172); }

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

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

 span { border-color: rgb(187,222,172); }

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