#BBE0AC

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

Shades of Madang #BBE0AC

Tints of Madang #BBE0AC

Color information

#BBE0AC (or 0xBBE0AC) is unknown color: approx Madang. HEX triplet: BB, E0 and AC. RGB value is (187,224,172). Sum of RGB (Red+Green+Blue) = 187+224+172=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 224 (87.89% from 255 or 38.42% from 583); Blue value is 172 (67.58% from 255 or 29.50% from 583); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE0AC is #441F53. Grayscale: #CFCFCF. Windows color (decimal): -4464468 or 11329723. OLE color: 11329723.

HSL color Cylindrical-coordinate representation of color #BBE0AC: hue angle of 102.69º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBE0AC is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB187224172-
CMYK0.1700.230.12
HSL102.69º45.61%77.65%-
HSV(B)102.69º23.21%87.84%-
XYZ54.666.8549.06-
YUV207.01108.24113.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.08%
GREEN value IS 224 (87.89% from 255) = 38.42%
BLUE value IS 172 (67.58% from 255) = 29.50%
R=32.08%
G=38.42%
B=29.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1872241720.1700.230.12102.6945.6177.65
HexBBE0AC11017C672e4e
Octal273340254210271414756116
Binary10111011111000001010110010001010111110011001111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE0AC; }

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

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

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

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

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

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

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

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