#BCDFAF

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

Shades of Madang #BCDFAF

Tints of Madang #BCDFAF

Color information

#BCDFAF (or 0xBCDFAF) is unknown color: approx Madang. HEX triplet: BC, DF and AF. RGB value is (188,223,175). Sum of RGB (Red+Green+Blue) = 188+223+175=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDFAF is #432050. Grayscale: #CFCFCF. Windows color (decimal): -4399185 or 11526076. OLE color: 11526076.

HSL color Cylindrical-coordinate representation of color #BCDFAF: hue angle of 103.75º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCDFAF is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB188223175-
CMYK0.1600.220.13
HSL103.75º42.86%78.04%-
HSV(B)103.75º21.52%87.45%-
XYZ54.8666.5650.51-
YUV207.06109.9114.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.08%
GREEN value IS 223 (87.5% from 255) = 38.05%
BLUE value IS 175 (68.75% from 255) = 29.86%
R=32.08%
G=38.05%
B=29.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882231750.1600.220.13103.7542.8678.04
HexBCDFAF10016D682b4e
Octal274337257200261515053116
Binary10111100110111111010111110000010110110111010001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDFAF; }

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

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

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

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

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

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

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

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