#BBDBA4

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

Shades of Madang #BBDBA4

Tints of Madang #BBDBA4

Color information

#BBDBA4 (or 0xBBDBA4) is unknown color: approx Madang. HEX triplet: BB, DB and A4. RGB value is (187,219,164). Sum of RGB (Red+Green+Blue) = 187+219+164=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 164 (64.45% from 255 or 28.77% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDBA4 is #44245B. Grayscale: #CBCBCB. Windows color (decimal): -4465756 or 10804155. OLE color: 10804155.

HSL color Cylindrical-coordinate representation of color #BBDBA4: hue angle of 94.91º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBDBA4 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB187219164-
CMYK0.1500.250.14
HSL94.91º43.31%75.1%-
HSV(B)94.91º25.11%85.88%-
XYZ52.5363.9144.69-
YUV203.16105.9116.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.81%
GREEN value IS 219 (85.94% from 255) = 38.42%
BLUE value IS 164 (64.45% from 255) = 28.77%
R=32.81%
G=38.42%
B=28.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872191640.1500.250.1494.9143.3175.1
HexBBDBA4F019E5f2b4b
Octal273333244170311613753113
Binary1011101111011011101001001111011001111010111111010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDBA4; }

 p { color: rgb(187,219,164); }

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

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

 a { background-color: rgb(187,219,164); }

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

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

 span { border-color: rgb(187,219,164); }

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