#BBDEAE

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

Shades of Madang #BBDEAE

Tints of Madang #BBDEAE

Color information

#BBDEAE (or 0xBBDEAE) is unknown color: approx Madang. HEX triplet: BB, DE and AE. RGB value is (187,222,174). Sum of RGB (Red+Green+Blue) = 187+222+174=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDEAE is #442151. Grayscale: #CECECE. Windows color (decimal): -4464978 or 11460283. OLE color: 11460283.

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

Color convert

RGB187222174-
CMYK0.1600.220.13
HSL103.75º42.11%77.65%-
HSV(B)103.75º21.62%87.06%-
XYZ54.2565.8649.9-
YUV206.06109.9114.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.08%
GREEN value IS 222 (87.11% from 255) = 38.08%
BLUE value IS 174 (68.36% from 255) = 29.85%
R=32.08%
G=38.08%
B=29.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872221740.1600.220.13103.7542.1177.65
HexBBDEAE10016D682a4e
Octal273336256200261515052116
Binary10111011110111101010111010000010110110111010001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDEAE; }

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

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

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

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

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

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

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

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