#BBDBB1

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

Shades of Madang #BBDBB1

Tints of Madang #BBDBB1

Color information

#BBDBB1 (or 0xBBDBB1) is unknown color: approx Madang. HEX triplet: BB, DB and B1. RGB value is (187,219,177). Sum of RGB (Red+Green+Blue) = 187+219+177=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 177 (69.53% from 255 or 30.36% from 583); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDBB1 is #44244E. Grayscale: #CCCCCC. Windows color (decimal): -4465743 or 11656123. OLE color: 11656123.

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

Color convert

RGB187219177-
CMYK0.1500.190.14
HSL105.71º36.84%77.65%-
HSV(B)105.71º19.18%85.88%-
XYZ53.7664.451.19-
YUV204.64112.4115.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.08%
GREEN value IS 219 (85.94% from 255) = 37.56%
BLUE value IS 177 (69.53% from 255) = 30.36%
R=32.08%
G=37.56%
B=30.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872191770.1500.190.14105.7136.8477.65
HexBBDBB1F013E6a254e
Octal273333261170231615245116
Binary1011101111011011101100011111010011111011010101001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDBB1; }

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

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

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

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

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

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

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

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