#BBE0A3

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

Shades of Madang #BBE0A3

Tints of Madang #BBE0A3

Color information

#BBE0A3 (or 0xBBE0A3) is unknown color: approx Madang. HEX triplet: BB, E0 and A3. RGB value is (187,224,163). Sum of RGB (Red+Green+Blue) = 187+224+163=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 224 (87.89% from 255 or 39.02% from 574); Blue value is 163 (64.06% from 255 or 28.40% from 574); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE0A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE0A3 is #441F5C. Grayscale: #CECECE. Windows color (decimal): -4464477 or 10739899. OLE color: 10739899.

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

Color convert

RGB187224163-
CMYK0.1700.270.12
HSL96.39º49.59%75.88%-
HSV(B)96.39º27.23%87.84%-
XYZ53.7666.5244.66-
YUV205.98103.74114.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.58%
GREEN value IS 224 (87.89% from 255) = 39.02%
BLUE value IS 163 (64.06% from 255) = 28.40%
R=32.58%
G=39.02%
B=28.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1872241630.1700.270.1296.3949.5975.88
HexBBE0A31101BC60324c
Octal273340243210331414062114
Binary10111011111000001010001110001011011110011000001100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE0A3; }

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

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

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

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

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

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

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

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