#BDDFA8

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

Shades of Madang #BDDFA8

Tints of Madang #BDDFA8

Color information

#BDDFA8 (or 0xBDDFA8) is unknown color: approx Madang. HEX triplet: BD, DF and A8. RGB value is (189,223,168). Sum of RGB (Red+Green+Blue) = 189+223+168=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 223 (87.5% from 255 or 38.45% from 580); Blue value is 168 (66.02% from 255 or 28.97% from 580); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDFA8 is #422057. Grayscale: #CECECE. Windows color (decimal): -4333656 or 11067325. OLE color: 11067325.

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

Color convert

RGB189223168-
CMYK0.1500.250.13
HSL97.09º46.22%76.67%-
HSV(B)97.09º24.66%87.45%-
XYZ54.4466.4247-
YUV206.56106.24115.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.59%
GREEN value IS 223 (87.5% from 255) = 38.45%
BLUE value IS 168 (66.02% from 255) = 28.97%
R=32.59%
G=38.45%
B=28.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892231680.1500.250.1397.0946.2276.67
HexBDDFA8F019D612e4d
Octal275337250170311514156115
Binary1011110111011111101010001111011001110111000011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDFA8; }

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

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

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

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

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

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

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

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