#BBDCB1

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

Shades of Madang #BBDCB1

Tints of Madang #BBDCB1

Color information

#BBDCB1 (or 0xBBDCB1) is unknown color: approx Madang. HEX triplet: BB, DC and B1. RGB value is (187,220,177). Sum of RGB (Red+Green+Blue) = 187+220+177=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 177 (69.53% from 255 or 30.31% from 584); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDCB1 is #44234E. Grayscale: #CDCDCD. Windows color (decimal): -4465487 or 11656379. OLE color: 11656379.

HSL color Cylindrical-coordinate representation of color #BBDCB1: hue angle of 106.05º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBDCB1 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB187220177-
CMYK0.1500.200.14
HSL106.05º38.05%77.84%-
HSV(B)106.05º19.55%86.27%-
XYZ54.0264.9351.28-
YUV205.23112.07115-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.02%
GREEN value IS 220 (86.33% from 255) = 37.67%
BLUE value IS 177 (69.53% from 255) = 30.31%
R=32.02%
G=37.67%
B=30.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872201770.1500.200.14106.0538.0577.84
HexBBDCB1F014E6a264e
Octal273334261170241615246116
Binary1011101111011100101100011111010100111011010101001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDCB1; }

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

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

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

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

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

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

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

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