#BDDFAB

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

Shades of Madang #BDDFAB

Tints of Madang #BDDFAB

Color information

#BDDFAB (or 0xBDDFAB) is unknown color: approx Madang. HEX triplet: BD, DF and AB. RGB value is (189,223,171). Sum of RGB (Red+Green+Blue) = 189+223+171=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 171 (67.19% from 255 or 29.33% from 583); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDFAB is #422054. Grayscale: #CFCFCF. Windows color (decimal): -4333653 or 11263933. OLE color: 11263933.

HSL color Cylindrical-coordinate representation of color #BDDFAB: hue angle of 99.23º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDDFAB is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB189223171-
CMYK0.1500.230.13
HSL99.23º44.83%77.25%-
HSV(B)99.23º23.32%87.45%-
XYZ54.7266.5348.49-
YUV206.91107.74115.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.42%
GREEN value IS 223 (87.5% from 255) = 38.25%
BLUE value IS 171 (67.19% from 255) = 29.33%
R=32.42%
G=38.25%
B=29.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892231710.1500.230.1399.2344.8377.25
HexBDDFABF017D632d4d
Octal275337253170271514355115
Binary1011110111011111101010111111010111110111000111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDFAB; }

 p { color: rgb(189,223,171); }

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

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

 a { background-color: rgb(189,223,171); }

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

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

 span { border-color: rgb(189,223,171); }

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