#BBDBA6

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

Shades of Madang #BBDBA6

Tints of Madang #BBDBA6

Color information

#BBDBA6 (or 0xBBDBA6) is unknown color: approx Madang. HEX triplet: BB, DB and A6. RGB value is (187,219,166). Sum of RGB (Red+Green+Blue) = 187+219+166=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 166 (65.23% from 255 or 29.02% from 572); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDBA6 is #442459. Grayscale: #CBCBCB. Windows color (decimal): -4465754 or 10935227. OLE color: 10935227.

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

Color convert

RGB187219166-
CMYK0.1500.240.14
HSL96.23º42.4%75.49%-
HSV(B)96.23º24.2%85.88%-
XYZ52.7163.9845.65-
YUV203.39106.9116.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.69%
GREEN value IS 219 (85.94% from 255) = 38.29%
BLUE value IS 166 (65.23% from 255) = 29.02%
R=32.69%
G=38.29%
B=29.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872191660.1500.240.1496.2342.475.49
HexBBDBA6F018E602a4b
Octal273333246170301614052113
Binary1011101111011011101001101111011000111011000001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDBA6; }

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

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

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

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

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

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

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

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