#BBDDB3

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

Shades of Madang #BBDDB3

Tints of Madang #BBDDB3

Color information

#BBDDB3 (or 0xBBDDB3) is unknown color: approx Madang. HEX triplet: BB, DD and B3. RGB value is (187,221,179). Sum of RGB (Red+Green+Blue) = 187+221+179=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 179 (70.31% from 255 or 30.49% from 587); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDB3 is #44224C. Grayscale: #CECECE. Windows color (decimal): -4465229 or 11787707. OLE color: 11787707.

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

Color convert

RGB187221179-
CMYK0.1500.190.13
HSL108.57º38.18%78.43%-
HSV(B)108.57º19%86.67%-
XYZ54.4965.5352.43-
YUV206.05112.74114.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.86%
GREEN value IS 221 (86.72% from 255) = 37.65%
BLUE value IS 179 (70.31% from 255) = 30.49%
R=31.86%
G=37.65%
B=30.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872211790.1500.190.13108.5738.1878.43
HexBBDDB3F013D6d264e
Octal273335263170231515546116
Binary1011101111011101101100111111010011110111011011001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDDB3; }

 p { color: rgb(187,221,179); }

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

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

 a { background-color: rgb(187,221,179); }

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

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

 span { border-color: rgb(187,221,179); }

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