#BCDFA8

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

Shades of Madang #BCDFA8

Tints of Madang #BCDFA8

Color information

#BCDFA8 (or 0xBCDFA8) is unknown color: approx Madang. HEX triplet: BC, DF and A8. RGB value is (188,223,168). Sum of RGB (Red+Green+Blue) = 188+223+168=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 168 (66.02% from 255 or 29.02% from 579); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDFA8 is #432057. Grayscale: #CECECE. Windows color (decimal): -4399192 or 11067324. OLE color: 11067324.

HSL color Cylindrical-coordinate representation of color #BCDFA8: hue angle of 98.18º 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 #BCDFA8 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB188223168-
CMYK0.1600.250.13
HSL98.18º46.22%76.67%-
HSV(B)98.18º24.66%87.45%-
XYZ54.1966.2946.99-
YUV206.26106.4114.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.47%
GREEN value IS 223 (87.5% from 255) = 38.51%
BLUE value IS 168 (66.02% from 255) = 29.02%
R=32.47%
G=38.51%
B=29.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882231680.1600.250.1398.1846.2276.67
HexBCDFA810019D622e4d
Octal274337250200311514256115
Binary10111100110111111010100010000011001110111000101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDFA8; }

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

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

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

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

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

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

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

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