#BBEDA6

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

Shades of Madang #BBEDA6

Tints of Madang #BBEDA6

Color information

#BBEDA6 (or 0xBBEDA6) is unknown color: approx Madang. HEX triplet: BB, ED and A6. RGB value is (187,237,166). Sum of RGB (Red+Green+Blue) = 187+237+166=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 166 (65.23% from 255 or 28.14% from 590); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEDA6 is #441259. Grayscale: #D6D6D6. Windows color (decimal): -4461146 or 10939835. OLE color: 10939835.

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

Color convert

RGB187237166-
CMYK0.2100.300.07
HSL102.25º66.36%79.02%-
HSV(B)102.25º29.96%92.94%-
XYZ57.6673.8947.3-
YUV213.96100.94108.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.69%
GREEN value IS 237 (92.97% from 255) = 40.17%
BLUE value IS 166 (65.23% from 255) = 28.14%
R=31.69%
G=40.17%
B=28.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872371660.2100.300.07102.2566.3679.02
HexBBEDA61501E766424f
Octal273355246250367146102117
Binary10111011111011011010011010101011110111110011010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEDA6; }

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

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

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

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

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

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

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

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