#BBDCA4

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

Shades of Madang #BBDCA4

Tints of Madang #BBDCA4

Color information

#BBDCA4 (or 0xBBDCA4) is unknown color: approx Madang. HEX triplet: BB, DC and A4. RGB value is (187,220,164). Sum of RGB (Red+Green+Blue) = 187+220+164=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 164 (64.45% from 255 or 28.72% from 571); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDCA4 is #44235B. Grayscale: #CBCBCB. Windows color (decimal): -4465500 or 10804411. OLE color: 10804411.

HSL color Cylindrical-coordinate representation of color #BBDCA4: hue angle of 95.36º degrees, saturation: 0.44, 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 #BBDCA4 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB187220164-
CMYK0.1500.250.14
HSL95.36º44.44%75.29%-
HSV(B)95.36º25.45%86.27%-
XYZ52.7964.4344.78-
YUV203.75105.57116.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.75%
GREEN value IS 220 (86.33% from 255) = 38.53%
BLUE value IS 164 (64.45% from 255) = 28.72%
R=32.75%
G=38.53%
B=28.72%

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
Decimal1872201640.1500.250.1495.3644.4475.29
HexBBDCA4F019E5f2c4b
Octal273334244170311613754113
Binary1011101111011100101001001111011001111010111111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDCA4; }

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

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

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

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

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

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

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

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