#BDDBAC

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

Shades of Madang #BDDBAC

Tints of Madang #BDDBAC

Color information

#BDDBAC (or 0xBDDBAC) is unknown color: approx Madang. HEX triplet: BD, DB and AC. RGB value is (189,219,172). Sum of RGB (Red+Green+Blue) = 189+219+172=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 172 (67.58% from 255 or 29.66% from 580); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDBAC is #422453. Grayscale: #CCCCCC. Windows color (decimal): -4334676 or 11328445. OLE color: 11328445.

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

Color convert

RGB189219172-
CMYK0.1400.210.14
HSL98.3º39.5%76.67%-
HSV(B)98.3º21.46%85.88%-
XYZ53.7664.4648.64-
YUV204.67109.56116.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.59%
GREEN value IS 219 (85.94% from 255) = 37.76%
BLUE value IS 172 (67.58% from 255) = 29.66%
R=32.59%
G=37.76%
B=29.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892191720.1400.210.1498.339.576.67
HexBDDBACE015E62274d
Octal275333254160251614247115
Binary1011110111011011101011001110010101111011000101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDBAC; }

 p { color: rgb(189,219,172); }

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

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

 a { background-color: rgb(189,219,172); }

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

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

 span { border-color: rgb(189,219,172); }

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