#BBEDA4

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

Shades of Madang #BBEDA4

Tints of Madang #BBEDA4

Color information

#BBEDA4 (or 0xBBEDA4) is unknown color: approx Madang. HEX triplet: BB, ED and A4. RGB value is (187,237,164). Sum of RGB (Red+Green+Blue) = 187+237+164=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 237 (92.97% from 255 or 40.31% from 588); Blue value is 164 (64.45% from 255 or 27.89% from 588); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEDA4 is #44125B. Grayscale: #D5D5D5. Windows color (decimal): -4461148 or 10808763. OLE color: 10808763.

HSL color Cylindrical-coordinate representation of color #BBEDA4: hue angle of 101.1º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBEDA4 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB187237164-
CMYK0.2100.310.07
HSL101.1º66.97%78.63%-
HSV(B)101.1º30.8%92.94%-
XYZ57.4873.8146.34-
YUV213.7399.94108.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.80%
GREEN value IS 237 (92.97% from 255) = 40.31%
BLUE value IS 164 (64.45% from 255) = 27.89%
R=31.80%
G=40.31%
B=27.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872371640.2100.310.07101.166.9778.63
HexBBEDA41501F765434f
Octal273355244250377145103117
Binary10111011111011011010010010101011111111110010110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEDA4; }

 p { color: rgb(187,237,164); }

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

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

 a { background-color: rgb(187,237,164); }

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

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

 span { border-color: rgb(187,237,164); }

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