#BDDBAF

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

Shades of Madang #BDDBAF

Tints of Madang #BDDBAF

Color information

#BDDBAF (or 0xBDDBAF) is unknown color: approx Madang. HEX triplet: BD, DB and AF. RGB value is (189,219,175). Sum of RGB (Red+Green+Blue) = 189+219+175=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDBAF is #422450. Grayscale: #CDCDCD. Windows color (decimal): -4334673 or 11525053. OLE color: 11525053.

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

Color convert

RGB189219175-
CMYK0.1400.200.14
HSL100.91º37.93%77.25%-
HSV(B)100.91º20.09%85.88%-
XYZ54.0664.5850.17-
YUV205.01111.06116.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.42%
GREEN value IS 219 (85.94% from 255) = 37.56%
BLUE value IS 175 (68.75% from 255) = 30.02%
R=32.42%
G=37.56%
B=30.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892191750.1400.200.14100.9137.9377.25
HexBDDBAFE014E65264d
Octal275333257160241614546115
Binary1011110111011011101011111110010100111011001011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDBAF; }

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

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

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

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

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

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

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

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