#BBDCAE

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

Shades of Madang #BBDCAE

Tints of Madang #BBDCAE

Color information

#BBDCAE (or 0xBBDCAE) is unknown color: approx Madang. HEX triplet: BB, DC and AE. RGB value is (187,220,174). Sum of RGB (Red+Green+Blue) = 187+220+174=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDCAE is #442351. Grayscale: #CDCDCD. Windows color (decimal): -4465490 or 11459771. OLE color: 11459771.

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

Color convert

RGB187220174-
CMYK0.1500.210.14
HSL103.04º39.66%77.25%-
HSV(B)103.04º20.91%86.27%-
XYZ53.7364.8149.72-
YUV204.89110.57115.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.19%
GREEN value IS 220 (86.33% from 255) = 37.87%
BLUE value IS 174 (68.36% from 255) = 29.95%
R=32.19%
G=37.87%
B=29.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872201740.1500.210.14103.0439.6677.25
HexBBDCAEF015E67284d
Octal273334256170251614750115
Binary1011101111011100101011101111010101111011001111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDCAE; }

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

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

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

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

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

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

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

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